D3.js alternatives
Recently looked for a good alternatives for D3.js. I had some experience with it and find the library awesome. D3.js gives a lot of power, but as usual with power comes responsibility to develop charts from very basic components. It gives a lot of flexibility, however usually I often use general charts. So I decided to create a priority list of charts javascript libraries.
1. plotly.js - just love it. I use Plotly Python package as well. Interface is understandable.
2. ApexCharts.js - this library I would select second. It is simple to use, has nice color scheme by default.
3. Nivo.js - super cool library., has a lot of components. Supports SVG and Canvas.
3. Chart.js - simple library easy to use.
4. Google Charts - charts library from Google. Plenty of options. Google's style :)
3. JS
3.
Comments
Post a Comment