score:5
I think the best way is to use highcharts-ng and edit it because they do almost every thing you need and they spend a lot of time to produce this directive and if you write your own directive you will waste your time
then you can add some options or features and contribute with it
score:0
Although it is a very late response, This answer might be helpful. Highcharts-ng is a good option if you want to just use the chart for visualization purpose and you do not let the users of your application update certain properties of the charts. if you try to change any property of the chart other than the ones under "options", your entire chart will be redrawn. So, each time the user tries to update, the chart is going to be redrawn. Also, Highcharts-ng has issues handling large amount of data. Apart from these, Highcharts-ng is the best to use with angular.
Source: stackoverflow.com
Related Query
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Highcharts - Global configuration with common code and unique data & Headings
- HighCharts Stock Chart error code 18
- highcharts change rendered image source on click
- How do i add mouse wheel code in Angular2 highcharts in typescript
- how to display 2 same highcharts without duplicate the code
- Use of DotNet HighCharts dll to make charts in code behind
- How to edit tooltip in Highcharts C# code
- what means ${demo.css} in example files of highcharts ? That piece of code seems to be literal
- passing json values to highcharts from .net code behind
- how to use highcharts tooltip formatter in python code
- passing formatting JavaScript code to HighCharts with JSON
- Highcharts display label for pie chart using html table as data source
- Simple, Open source PHP wrapper for Highcharts library
- Add Source to Highcharts Export CSV
- Include additional highcharts source data in angular2 app
- Conditions within highcharts code
- Strange character in the Highstock source code
- What's the code in Highcharts such that the bars (columns) in the same group use the same color?
- Highcharts series visibility with csv data source
- HTML table as data source for highstock charts using highcharts
- Including source for Alchemy js breaks Highcharts js
- Highcharts SVG Export from Python Server Side Code
- How to have multiple highcharts with different series data in vuejs without repeating code
- Converted PHP code that built an array to JS and now highcharts doesn't work - what did I do wrong?
- Using a flask variable as data source for highcharts
- Highcharts Interactivity between plots - looking for code improvements
- Why code of Horizonal line(y-axis) on a single in Highcharts get applied to all other charts integrated with Webdatarocks
- Error: Data source must be a URL for refresh | console error | javascript | Highcharts
- Highcharts cloud issue with data source when duplicating chart
More Query from same tag
- how can i scroll my gnatt highcharts using mouse wheel
- Highcharts -- yAxis on donut chart not being displayed
- Highcharts: Updating a Pie Chart with setData()
- Property 'yAxis' does not exist on type 'ExportingButtonsOptionsObject'
- highcharts 3 addPoint Point order
- Echarts how to highlight area between 2 line charts
- ReferenceError: Can't find variable: modules
- how to call ajax function to update the Highcharts graph dynamically?
- Highcharts change prototype function based on options
- Images/Icons in datalabel not getting exported - highchart treemap
- Highstock navigator add drag-end event
- Highcharts Graph Blank Using JSON Data
- Highlight Single Bar/Column in Highcharts on load
- Highstock get detailed info when data is grouped
- highcharts pulling data from database table
- Highcharts: duplicate datalabel text on export
- Why is Highcharts not working in PHP?
- Disable series through configuration in highcharts
- Unable to assert axis label text in highcharts using Geb
- Highstock.js display incorrect value if more than 2000 points
- Highcharts: X axis, MySQL datetime
- Highcharts - How to get horizontal error bars?
- HIGHCHARTS, Replace zero with 0.1 >
- React Native Highcharts call method
- How To Call A Function To Make A Graph Using HighCharts in PHP
- Highcharts - how to align two charts on a same line
- Keep Scroll on the Right Highchart
- highstock chart when loading via ajax has jerky behavior
- How to Update the value of point in Highchart?
- How to display Δ in Highcharts category labels?