I have a question about several stock charts.
Put the series data into an array by name.
Hovering over the chart shows only one data.
I am curious how to make several together.
My code is here:
https://jsfiddle.net/HongRaeCho/rxpjy7nu/
I am using a Timeline Chart in Google Sheets. Is it possible to make the number data in the chart show up in number format? For example, in the picture below, the number is 2175000. I would like it to display as 2,175,000. I have the data set up in number format already. It is showing up in number format when I test with other charts, just don't know how to get it to work with a timeline chart.
Timeline Chart
Try values suffix #,##,### under customize
I wanna show several series in one chart, and I only wanna the first series to be shown by default. The other series's data shouldn't be fetched until the according legend is clicked, so that the loading speed will be faster.
Only when the according Legend is clicked, then the chart will use AJAX to fetch data and show it, Can highcharts do that?
I have seen several similar questions about lazyload, but they are all using highstock, can highcharts.js do it?
I am interested in displaying 2 charts in the same URL call with the Google Chart API.
As an example, lets say we have the following call to the API for a single chart:
http://chart.apis.google.com/chart?chs=600x400&cht=lc&chd=t0:-1,5,10,7,12,-1|-1,25,45,47,24,-1|-1,40,30,27,39,-1|-1,55,63,59,80,-1&chm=F,0000FF,0,-1,20
I would like to display that chart, and a separate chart (with it's own axis and stuff) underneath it in the same call.
For now, it can just be a copy of the same chart, and I can modify the chart properties later.
I have working code for displaying multiple lines on the same chart, but I am interesting in 2 completely separate charts.
Thanks in advance!
I've developed a stacked column chart. In that if I click one stacked column I've to get all the details(all stacked columns) of that column.
Is that possible? I tried it but I didn't get a solution.
Try this demo to start with:
Column With Drilldown
You can manipulate this to get what you need. Their demo gallery is a great place to start when thinking of ideas to use.