So this is the scenario – you have this text on your website and would like to have a button
Continue readingTag: javascript
Creating responsive charts with JavaScript
Back in the day when web developers didn’t have to care about responsive layouts, life was easier in some cases. For example – charts. There are quite a lot of types of charts and in the beginnings of responsive web, creating responsive charts surely wasn’t a trivial task. But nowadays, given that there are thousands of different JavaScript libraries, it is no surprise that there are excellent libraries for charts. One of my favorite is Chart.js. In case you want to use it on WordPress, you can code it manually you can use a WordPress Charts plugin.
Continue reading