What is amCharts and what are its top alternatives?
amCharts is a powerful JavaScript charting library that allows users to create interactive and visually appealing charts and graphs for web applications. Some key features of amCharts include a wide range of chart types, built-in themes for customization, multi-language support, extensive documentation, and compatibility with various platforms. However, a limitation of amCharts is that the free version has limited features and a watermark on the charts.
- Highcharts: Highcharts is a popular JavaScript charting library that offers a wide range of chart types, interactive features, and customization options. Pros include extensive documentation, easy integration with various frameworks, and strong community support. Cons compared to amCharts include a higher cost for commercial use and being less feature-rich in the free version.
- D3.js: D3.js is a powerful data visualization library that provides great flexibility in creating customizable and complex charts. Pros include its ability to handle large datasets and its strong community support. Cons compared to amCharts include a steeper learning curve and more complex implementation.
- Chart.js: Chart.js is a lightweight charting library that offers simple and responsive charts with various customization options. Pros include easy integration, good performance, and a simple API. Cons compared to amCharts include a limited range of chart types and less advanced features.
- Google Charts: Google Charts is a free charting library from Google that offers a variety of chart types and styling options. Pros include easy integration with Google services, good performance, and a wide range of chart types. Cons compared to amCharts include limited customization options and less advanced features.
- Plotly: Plotly is a JavaScript graphing library that offers interactive charts, real-time data visualization, and support for various programming languages. Pros include its ease of use, extensive documentation, and advanced features like subplots and animations. Cons compared to amCharts include a more limited range of chart types and some advanced features being available only in paid versions.
- FusionCharts: FusionCharts is a comprehensive charting library that offers a wide range of interactive charts, maps, and dashboards. Pros include extensive chart customization options, support for real-time data, and good performance. Cons compared to amCharts include a higher cost for commercial licenses and a more complex API.
- ApexCharts: ApexCharts is a modern JavaScript charting library that offers a simple API, responsive charts, and support for streaming data. Pros include easy integration with front-end frameworks, good performance, and customization options. Cons compared to amCharts include a more limited range of chart types and a smaller community.
- ECharts: ECharts is a powerful charting library from Apache that offers a wide range of chart types, animation support, and interactive features. Pros include good performance, extensive documentation, and support for big data visualization. Cons compared to amCharts include a more complex configuration and customization process.
- Toast UI Chart: Toast UI Chart is an open-source charting library that offers various chart types, customization options, and responsive design. Pros include ease of use, good performance, and support for both vertical and horizontal layouts. Cons compared to amCharts include a smaller community and a less extensive range of chart types.
- ZingChart: ZingChart is a charting library that offers a wide range of chart types, tool integrations, and interactive features like zooming and panning. Pros include good performance, extensive documentation, and the ability to create complex dashboards. Cons compared to amCharts include a less intuitive API and a higher cost for commercial licenses.
Top Alternatives to amCharts
- Highcharts
Highcharts currently supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, arearange, areasplinerange, columnrange, bubble, box plot, error bars, funnel, waterfall and polar chart types. ...
- D3.js
It is a JavaScript library for manipulating documents based on data. Emphasises on web standards gives you the full capabilities of modern browsers without tying yourself to a proprietary framework. ...
- Google Charts
It is an interactive Web service that creates graphical charts from user-supplied information. The user supplies data and a formatting specification expressed in JavaScript embedded in a Web page; in response the service sends an image of the chart. ...
- FusionCharts
It is the most comprehensive JavaScript charting library, with over 100+ charts and 2000+ maps. Integrated with all popular JavaScript frameworks and server-side programming languages. Create interactive JavaScript charts for your web and enterprise applications. ...
- Plotly.js
It is a standalone Javascript data visualization library, and it also powers the Python and R modules named plotly in those respective ecosystems (referred to as Plotly.py and Plotly.R). It can be used to produce dozens of chart types and visualizations, including statistical charts, 3D graphs, scientific charts, SVG and tile maps, financial charts and more. ...
- ECharts
It is an open source visualization library implemented in JavaScript, runs smoothly on PCs and mobile devices, and is compatible with most current browsers. ...
- Victory
A collection of composable React components for building interactive data visualizations. ...
- jQuery
jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML. ...
amCharts alternatives & related posts
Highcharts
- Low learning curve and powerful34
- Multiple chart types such as pie, bar, line and others17
- Responsive charts13
- Handles everything you throw at it9
- Extremely easy-to-parse documentation8
- Built-in export chart as-is to image file5
- Easy to customize color scheme and palettes5
- Export on server side, can be used in email1
- Expensive9
related Highcharts posts
Here is my stack on #Visualization. @FusionCharts and Highcharts are easy to use but only free for non-commercial. Chart.js and Plotly are two lovely tools for commercial use under the MIT license. And D3.js would be my last choice only if a complex customized plot is needed.
- Beautiful visualizations195
- Svg103
- Data-driven92
- Large set of examples81
- Data-driven documents61
- Visualization components24
- Transitions20
- Dynamic properties18
- Plugins16
- Transformation11
- Makes data interactive7
- Open Source4
- Enter and Exit4
- Components4
- Exhaustive3
- Backed by the new york times3
- Easy and beautiful2
- Highly customizable1
- Awesome Community Support1
- Simple elegance1
- Templates, force template1
- Angular 41
- Beginners cant understand at all11
- Complex syntax6
related D3.js posts
We use Plotly (just their open source stuff) for Zulip's user-facing and admin-facing statistics graphs because it's a reasonably well-designed JavaScript graphing library.
If you've tried using D3.js, it's a pretty poor developer experience, and that translates to spending a bunch of time getting the graphs one wants even for things that are conceptually pretty basic. Plotly isn't amazing (it's decent), but it's way better than than D3 unless you have very specialized needs.
Hi,
I am looking at integrating a charting library in my React frontend that allows me to create appealing and interactive charts. I have basic familiarity with ApexCharts with React but have also read about D3.js charts and it seems a much more involved integration. Can someone please share their experience across the two libraries on the following dimensions:
- Amount of work needed for integration
- Amount of work or ease for creating new charts in either of the libraries.
Regards
Amit
related Google Charts posts
- Not free1
related FusionCharts posts
- Bindings to popular languages like Python, Node, R, etc16
- Integrated zoom and filter-out tools in charts and maps10
- Great support for complex and multiple axes9
- Powerful out-of-the-box featureset8
- Beautiful visualizations6
- Active user base4
- Impressive support for webgl 3D charts4
- Charts are easy to share with a cloud account3
- Webgl chart types are extremely performant3
- Interactive charts2
- Easy to use online editor for creating plotly.js charts2
- Publication quality image export2
- Terrible document18
related Plotly.js posts
We use Plotly (just their open source stuff) for Zulip's user-facing and admin-facing statistics graphs because it's a reasonably well-designed JavaScript graphing library.
If you've tried using D3.js, it's a pretty poor developer experience, and that translates to spending a bunch of time getting the graphs one wants even for things that are conceptually pretty basic. Plotly isn't amazing (it's decent), but it's way better than than D3 unless you have very specialized needs.
Here is my stack on #Visualization. @FusionCharts and Highcharts are easy to use but only free for non-commercial. Chart.js and Plotly are two lovely tools for commercial use under the MIT license. And D3.js would be my last choice only if a complex customized plot is needed.
- East to implement7
- Smaller learning curve6
- Free to use5
- Vue Compatible4
- Very customizable3
- Angular compatible3
- React compatible2
- Support is in chinese2
related ECharts posts
related Victory posts
Server side
We decided to use Python for our backend because it is one of the industry standard languages for data analysis and machine learning. It also has a lot of support due to its large user base.
Web Server: We chose Flask because we want to keep our machine learning / data analysis and the web server in the same language. Flask is easy to use and we all have experience with it. Postman will be used for creating and testing APIs due to its convenience.
Machine Learning: We decided to go with PyTorch for machine learning since it is one of the most popular libraries. It is also known to have an easier learning curve than other popular libraries such as Tensorflow. This is important because our team lacks ML experience and learning the tool as fast as possible would increase productivity.
Data Analysis: Some common Python libraries will be used to analyze our data. These include NumPy, Pandas , and matplotlib. These tools combined will help us learn the properties and characteristics of our data. Jupyter notebook will be used to help organize the data analysis process, and improve the code readability.
Client side
UI: We decided to use React for the UI because it helps organize the data and variables of the application into components, making it very convenient to maintain our dashboard. Since React is one of the most popular front end frameworks right now, there will be a lot of support for it as well as a lot of potential new hires that are familiar with the framework. CSS 3 and HTML5 will be used for the basic styling and structure of the web app, as they are the most widely used front end languages.
State Management: We decided to use Redux to manage the state of the application since it works naturally to React. Our team also already has experience working with Redux which gave it a slight edge over the other state management libraries.
Data Visualization: We decided to use the React-based library Victory to visualize the data. They have very user friendly documentation on their official website which we find easy to learn from.
Cache
- Caching: We decided between Redis and memcached because they are two of the most popular open-source cache engines. We ultimately decided to use Redis to improve our web app performance mainly due to the extra functionalities it provides such as fine-tuning cache contents and durability.
Database
- Database: We decided to use a NoSQL database over a relational database because of its flexibility from not having a predefined schema. The user behavior analytics has to be flexible since the data we plan to store may change frequently. We decided on MongoDB because it is lightweight and we can easily host the database with MongoDB Atlas . Everyone on our team also has experience working with MongoDB.
Infrastructure
- Deployment: We decided to use Heroku over AWS, Azure, Google Cloud because it is free. Although there are advantages to the other cloud services, Heroku makes the most sense to our team because our primary goal is to build an MVP.
Other Tools
Communication Slack will be used as the primary source of communication. It provides all the features needed for basic discussions. In terms of more interactive meetings, Zoom will be used for its video calls and screen sharing capabilities.
Source Control The project will be stored on GitHub and all code changes will be done though pull requests. This will help us keep the codebase clean and make it easy to revert changes when we need to.
As a frontend engineer on the Algorithms & Analytics team at Stitch Fix, I work with data scientists to develop applications and visualizations to help our internal business partners make data-driven decisions. I envisioned a platform that would assist data scientists in the data exploration process, allowing them to visually explore and rapidly iterate through their assumptions, then share their insights with others. This would align with our team's philosophy of having engineers "deploy platforms, services, abstractions, and frameworks that allow the data scientists to conceive of, develop, and deploy their ideas with autonomy", and solve the pain of data exploration.
The final product, code-named Dora, is built with React, Redux.js and Victory, backed by Elasticsearch to enable fast and iterative data exploration, and uses Apache Spark to move data from our Amazon S3 data warehouse into the Elasticsearch cluster.
- Cross-browser1.3K
- Dom manipulation957
- Power809
- Open source660
- Plugins610
- Easy459
- Popular395
- Feature-rich350
- Html5281
- Light weight227
- Simple93
- Great community84
- CSS3 Compliant79
- Mobile friendly69
- Fast67
- Intuitive43
- Swiss Army knife for webdev42
- Huge Community35
- Easy to learn11
- Clean code4
- Because of Ajax request :)3
- Powerful2
- Nice2
- Just awesome2
- Used everywhere2
- Improves productivity1
- Javascript1
- Easy Setup1
- Open Source, Simple, Easy Setup1
- It Just Works1
- Industry acceptance1
- Allows great manipulation of HTML and CSS1
- Widely Used1
- I love jQuery1
- Large size6
- Sometimes inconsistent API5
- Encourages DOM as primary data source5
- Live events is overly complex feature2
related jQuery posts
The client-side stack of Shopify Admin has been a long journey. It started with HTML templates, jQuery and Prototype. We moved to Batman.js, our in-house Single-Page-Application framework (SPA), in 2013. Then, we re-evaluated our approach and moved back to statically rendered HTML and vanilla JavaScript. As the front-end ecosystem matured, we felt that it was time to rethink our approach again. Last year, we started working on moving Shopify Admin to React and TypeScript.
Many things have changed since the days of jQuery and Batman. JavaScript execution is much faster. We can easily render our apps on the server to do less work on the client, and the resources and tooling for developers are substantially better with React than we ever had with Batman.
#FrameworksFullStack #Languages
I'm planning to create a web application and also a mobile application to provide a very good shopping experience to the end customers. Shortly, my application will be aggregate the product details from difference sources and giving a clear picture to the user that when and where to buy that product with best in Quality and cost.
I have planned to develop this in many milestones for adding N number of features and I have picked my first part to complete the core part (aggregate the product details from different sources).
As per my work experience and knowledge, I have chosen the followings stacks to this mission.
UI: I would like to develop this application using React, React Router and React Native since I'm a little bit familiar on this and also most importantly these will help on developing both web and mobile apps. In addition, I'm gonna use the stacks JavaScript, jQuery, jQuery UI, jQuery Mobile, Bootstrap wherever required.
Service: I have planned to use Java as the main business layer language as I have 7+ years of experience on this I believe I can do better work using Java than other languages. In addition, I'm thinking to use the stacks Node.js.
Database and ORM: I'm gonna pick MySQL as DB and Hibernate as ORM since I have a piece of good knowledge and also work experience on this combination.
Search Engine: I need to deal with a large amount of product data and it's in-detailed info to provide enough details to end user at the same time I need to focus on the performance area too. so I have decided to use Solr as a search engine for product search and suggestions. In addition, I'm thinking to replace Solr by Elasticsearch once explored/reviewed enough about Elasticsearch.
Host: As of now, my plan to complete the application with decent features first and deploy it in a free hosting environment like Docker and Heroku and then once it is stable then I have planned to use the AWS products Amazon S3, EC2, Amazon RDS and Amazon Route 53. I'm not sure about Microsoft Azure that what is the specialty in it than Heroku and Amazon EC2 Container Service. Anyhow, I will do explore these once again and pick the best suite one for my requirement once I reached this level.
Build and Repositories: I have decided to choose Apache Maven and Git as these are my favorites and also so popular on respectively build and repositories.
Additional Utilities :) - I would like to choose Codacy for code review as their Startup plan will be very helpful to this application. I'm already experienced with Google CheckStyle and SonarQube even I'm looking something on Codacy.
Happy Coding! Suggestions are welcome! :)
Thanks, Ganesa