1077 results found
-
Inverted html table
We have the option to invert a chart's columns and rows, by setting chart.inverted to true. However, this does not seem to effect the html table (exporting.showTable). Nor is it possible to only invert the html table and leave the chart intact.
TLDR: An option to invert the rows and columns of an html table.
9 votes -
bollinger band need to be shaded between topLine and buttomLine
i want that bollinger band shaded between topLine and buttomLine.
how can i do this ?9 votes -
Add 508 compliance
Add support for section 508 .....
8 votesA solution for adding a machine readable HTML table below the chart can be seen at http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/studies/accessible/
-
Export to Support utf8 Words
When I used the Export to jpg,png...
I found the chinese word, can't display on the image..
Could you support to print the chinese word?8 votes -
Data from SQL Database...
A clear example through which people can read about how to manage data from a SQL database with 'While' function.
8 votes -
"Highmap" - Represent data structures like Array, Tree, Hash table etc. Mindmap.
Interactive with easy collapse/expand.
8 votes -
Improve the legend color for multi-series pie chart and combination charts
If we add several series onto the pie chart, every data point's color is assigned according to the "colors" option and even some of the data have the same name, they may have the different color.
Can we improve it by maybe adding an option called "uniqueLegendColorForSameDataName" to assure that all the data point with the same data name have the same color and just one entry in the legend?
Currently, the work around is to define the color for every data point and use the "showInLegend" option to hide the legend entries for some certain series.
But you cannot…
8 votes -
8 votes
-
8 votes
-
Render direct into an existing <svg> or <g> element instead of a html <div> container
If you support this, the problems with foreingObject aren't anymore present. Furthermore your product reaches more applications ...
8 votes -
Infographic-style charts
Infographics for comparing data in a fun way. Eg a series of stacked coins of different heights to show richness)
I envisage defining a shape or providing an image. The shape/image is repeated for each data point but transformed (it grows, shrinks, multiplies, gets more transparent..etc) based on the value of the data point.
I had a simple infographic to do for a client recently that was like a bar chart with triangles instead of bars. I had to hack it by plotting it as an area chart instead (http://jsfiddle.net/83jXA/2/) but it would have been nice if there…
8 votes -
Control charts (high and low threshold)
Working in industry, we want to control our process parameters under certain values. These limit can be low and high values. As I've seen so far, you've implemented low threshold, but I would like also high threshold.
8 votes -
marker
I would like to have the ability to change a marker on an individual point of a series. One way by using the array of objects with named values on series.data by doing something like this:
data: [{
name: 'Point 1',
color: '#00FF00',
y: 0,
marker: { // different marker style for this point
fillColor: '#FFFFFF',
lineWidth: 2,
lineColor: '#FF0000'
}
}, {
name: 'Point 2',
color: '#FF00FF',
y: 5,
marker: { // another different marker style for second point
fillColor: '#000000',
lineWidth: 1,
lineColor: '#00FF00' // inherit from series
}
}, {
name: 'Point 3',
color: '#FF00FF',
y: 5…8 votes -
HighTables
You have great charts and stock charts.
However, there is one piece of data display which is used widely everywhere: tables.
What you can do?
1. Dynamic tables
2. Drill down tables which is very popular.
3. Various types of calendar, P/L and other tables.
4. Sort, choose columns, re-arrange and etc.My idea is that you create totally new direction - HighTables!
8 votes -
Add Image Export Server to Azure Marketplace
Azure has support for 3rd parties to create marketplace entries so customers can just add a component to their system without the need to configure it from the ground up. We use the image export server and think that it would be a really great addition to the Azure marketplace as it would have made our job easier and I'm sure the job of others easier as well.
8 votes -
8 votes
-
Sankey Chart Enhancement: Labels for Axis
It would be great if there were a feature to add axis labels to the existing Sankey chart at each level. Something like this: https://i.stack.imgur.com/cYsNT.png
I notice that this has been previously mentioned in the Sankey Diagram thread (https://jsfiddle.net/7aa18mws/). However, in-built support for this on multiple levels would be great.
8 votesThans for your suggestion! For the records, in the internal terminology this would be labels for the columns.
-
Allow crop on stack total labels
We are seeing stack total labels get cut off as they get close to the top bounds of the chart. While investigating this we found that we can crop & allow overlap on datalabels so they show outside the bounds of the table, but cannot do that with the stacked labels. We would like to have the same crop and overflow options that datalabels have on stack labels.
https://api.highcharts.com/highcharts/series.line.dataLabels.crop
https://api.highcharts.com/highcharts/yAxis.stackLabels has allowOverlap but that doesn't exactly meet our needs.8 votes -
Data visualization on a planisphere
This kind of visualization can be found on google flu trends for instance.
It's a great way to represent geolocated data, allowing the user to have a comprehensive view in a glimpse of an eye.7 votes -
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.
- Don't see your idea?