5 results found
-
do demo: ajax/json data from tables.googlelabs.com
tables.googlelabs.com has many tables with interesting data. If you could build charts from this data it would be pretty useful.
7 votesThat’s a great idea. Will have a look at it.
-
Dynamic description
Currently the chart.description property accepts a string.
If there was a chart.descriptionFormatter or similar property that expected a function. If this function was passed the chart data then it would be fairly trivial to make dynamic descriptions.
This would be fantastic for accessibility too in dynamic cases such as stock charts. Knowing that it is a line chart the developer could easily write a function that could return something along the lines of:
"This is a line chart showing Acme Co's stock price between {startDate} and {endDate}. In that period the price has [risen to|fallen to|remained stable at] ${price}. Volatility…
3 votesThis is a great and simple idea to implement.
-
Many-to-many relations/interactions of charts
This suggestion is an outcome of my longtime involvement with the modelling of many-to-many communications, initially at the RAND Corporation and subsequently at the University of Oxford with some intriguing results in applications such as predicting voter behaviour (see this article http://analytics-magazine.org/voter-motives-and-messages/).
Recently, I found myself involved in the objective analysis for the determination of the best e-banking UI; as it is apparent that soon enough the best bank will be the one with the best UX/UI design.
Here we used highcharts to visualise our findings. Corellating for example the Use Case scores vs. the Functionalities available using a…
2 votesThanks for your suggestion! This is partly covered by the crossfilter functionality as previously requested: https://highcharts.uservoice.com/forums/55896-highcharts-javascript-api/suggestions/3337427-crossfilter.
-
Adding Telangana State to the map of India with all disputed areas
The Telangana State in not yet added to the map of India. Please add it to the map of India in all the three versions.
1 voteThe map update is planned as a part of the next map collection release.
Related GitHub issue: https://github.com/highcharts/map-collection-dist/issues/1
-
Duplicate Legend
I think currently high chart support legend at single position, but I would like to display the legend on top as well as on bottom of the chart, because if the chart is bar chart and more values then user need to scroll the page again and again to view the legend.
So please let me know if it is already implemented or add to todo's list.
1 voteMultiple legends feature is currently planned and the implementation has already started.
- Don't see your idea?