Questions tagged [amstock]

An charting product from amCharts, used to create Stock and other date/time-based charts

amStock or JavaScript Stock Chart is an advanced date/time-based data visualization product from amCharts.

Among basic serial chart functionality it offers the following advanced features:

  • Multiple auto-synced panels
  • Multiple data set support and comparison
  • Dynamic data point grouping and value aggregation
53 questions
5
votes
4 answers

Angular 2 and AmCharts

Does anybody have any idea on how to implement Amcharts into Angular2 (BETA)? I was trying to follow the path/pattern of this question however, I was pretty successful with charts.js, but unfortunately, I can't use charts.js,for my charting…
Chad
  • 643
  • 2
  • 11
  • 22
4
votes
2 answers

Change the color of graph in stockchart of AmCharts

I want to change the color of the charts in Stock-Chart. There are more than one chart in the bottom panel. These charts should have different color. Snippet is here: var chartData = generateChartData(); function generateChartData() { var…
Rabinder Bisht
  • 584
  • 2
  • 7
  • 19
4
votes
2 answers

Unable to assigning json data in stockevents of amcharts

I am trying to display amCharts Stock Chart using Data Loader. Everything is working well. Now I want to display stock events using AJAX but unable to find clue to how to do it. JavaScript code drawing the chart: