I am new to Angular 6, and I have requirement to implement charts/graph in my web application.
I am looking for suggestions which one is good option to integrate with Angular 6
1. High Charts
2. Google Developer Charts
3. D3.js
4. etc etc
Please help me to select right chart for my application.
My basic requirement for chart is
Dynamic change of x,y-axis interval.
I can download the charts
I want to display the stacked chart example for different accounts.
Thanks in advance for your replies !!
HighChart seems to be good option for my scenario, as it caters all my needs and even give more flexibility for charts.
Thanks !!
Related
i need add some bar graphs and pie charts based on my data available , but unfortunately i couldn't find those templates in project clarity website. kindly help me in this
NA
NA
Clarity does not have any charts, which is why you don't see any in the documentation. I suggest looking at some of the other useful Angular charting libraries to handle this.
https://www.google.com/search?q=angular+charts
I'm currently developing an ASP.NET page report.
I am looking for a chart which display quality by grade on bar height.
I was wondering if you have any ideas for me as I have searched the web for few days now.
Microsoft Chart Control
Google Chart Tools (ajax)
SSRS rocks, Just have a try with this tutorial :
http://www.codeproject.com/Articles/13725/Getting-started-with-SQL-Server-Reporting-Services
http://msdn.microsoft.com/en-us/library/cc281302.aspx
Google has a very easy to use Chart API. You can use your ASP.NET page to gather the data and then render the chart using Google's API
Try this: http://imagecharteditor.appspot.com/
There are lots of other Javascript and Flash based charting libraries as well:
http://www.highcharts.com/
http://www.fusioncharts.com/
FusionCharts XT is the leading enterprise charting solution.
Check out their gallery - http://www.fusioncharts.com/demos/
They also provide integration with ASP.NET (C#) - http://docs.fusioncharts.com/charts/contents/?guide-for-web-developers/csnet/CS_BasicExample.html
They've provided tutorials on how to plot charts using a database too - http://docs.fusioncharts.com/charts/contents/?guide-for-web-developers/csnet/CS_DB.html
They provide HTML5 charts as well as Flash charts.
The chart portfolio contains over 90 charts and widgets, and 550+ maps.
For a web application I'm working on, I need some pretty powerful graphing capabilities. I'm looking at using Google Charts for my needs.
I'm wondering if Google Charts is capable of producing a graph to the complexity of the one in the image below:
http://imageshack.us/photo/my-images/843/graphexample.png/
If not, are there any other graphing APIs I can use to create a chart to that complexity? Preferably in PHP.
EDIT: Doesn't only have to be Google Charts. I'm looking for something that can handle the above. Commercial solutions are fine as long as the cost is reasonable.
you can use jqChart Plugin for jQuery for this. You can easily combine column, scatter and line series with specifying custom markers.
Take a look at the samples.
Have you ever tried Fusion Charts?
It's the best charting library I've seen. I've used them for web projects and iOS projects as well since they have now JS versions of everything.
Pretty complex graphics, wide range of charts, and even real-time widgets.
They're not free but totally worth it to consider. I've done everything related to pilots and demo projects with the trial version.
Check them out at http://www.fusioncharts.com/demos/gallery/
In the past i used Fusion charts, and i like so much. It was a good charts library, but you probably would have to pay in order use without restrictions. Well, google charts its nice library too, but with less graphic classes. But i think that combo graphic fits your interests.
Get more information with the link below:
https://google-developers.appspot.com/chart/interactive/docs/gallery/combochart
I ended up using pChart to achieve what I wanted to do.
I made a custom plugin for both Charts and Tables.
Hope its useful to you.
Feel free to use my custom Google Charts plugin which creates both chart and table. https://github.com/cosmoarunn/gapiExt
I have a requirement to come up with a time line chart and a few more controls on a single page[with rich ui].
I have short listed
Flex, JSF[apache trinidad], html5, gwt these technologies.
None of them provide timeline charts on their own. I am looking at other options such as using third party libraries.
The chart should have drill down capabilities as well.
Let me know if there is any specific technology that I should try.
regards
Annotated Time Line is integrated with GWT.
Chronoscope is a GWT-based timeseries visualization tool.
amCharts has a great timeline chart (Stock chart) based on Flex. You could try that.
i am developing a tool to create dynamic hierarchical charts.. am able to create object i.e circles and link it dynamically. i want to set properties for those objects.. can someone tell how to do it.
Do you have to do this yourself, or are you open to a 3rd party tool? We use am Charts which has a flexible API for feeding data to the flash components. If you don't mind a small link in the chart back to the am Charts web site you can use all the charts for free.