1081 results found
-
Attractive, interactive tables
Similar to something like DataTables; styling, sorting, searching, pagination, etc.
Since charts and tables go together on a page almost all of the time in my experience, it would be so nice and logical not to have to use two separate systems to build a single, polished page, in which the visual data is presented fully ready for end users.
Looking forward, hopefully, to this coming out. :)
6 votes -
3D data on 2D scatter plot with smooth color
Drawing a 3D dataset (x,y,z) on 2D scatter plot.
The 3rd dimension (z) is presented as color on scatter plot. A color axis is used to guide user for the color.
An sample is posted at: http://forum.highcharts.com/highcharts-usage/how-to-plot-3d-data-on-2d-scatter-plot-with-smooth-color-t31107/
1 vote -
Separate containers inside main highcharts container
I suggest adding support for multiple "modules"/containers inside highcharts main container. Today it is possible to make it work by assigning absolute positions for each y-axis wanted. We are using this in this graph for instance https://www.avanza.se/aktier/om-aktien.html/3873/microsoft-corp (Click settings icon and click "Volym").
The problem today when you want to have multiple containers with different y-Axis assigned to same x-axis is when you want to toggle them on/off (show/hide). That is because axes can not be hidden and we want dynamic shrink/expand main container depending on which "containers" (y-axes) visible. We would also like to have a bar for each…
1 vote -
Navigator styling
Missing CSS styling and settings for shapes and borders for navigator. At the moment it is not possible to select vector icon for handles and change border width and color in highlightbox separatly from the navigatorbox.
10 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 ability to change the "look at" point in 3d plots, or alter the default to use the center of the plot
Currently the view is aimed at the center X and Y, but min Z.
With deep 3d scatter plots, this leads to parts of the scatterplot being invisible at certain rotations (eg. after rotating 90 deg, half of the view is empty, other half contains points).
As an alternative, I would suggest changing the default for 3d scatterplots to take z depth into account (aim at center Z).
1 vote -
Reverse point order in shared tooltip if yAxis.reversedStacks = false
When I set yAxis.reversedStacks to 'false' in stacked charts I would like to have reversed order of points in shared tooltip.
4 votes -
Able to add a tooltip positioner to a specific dataseries
I would like to be able to add a tooltip positioner function to a specific dataseries. Now I have to go via the tooltip object which affects all tooltip positioning. Lets say I want a custom positioner for the main dataseries but another, or the default for tooltips connected to my flags.
1 vote -
all district in malaysia state on highmap
i hope on highmap for malaysia country have all district on every state
4 votes -
Different border-color/border-settings for navigator top-border and navigator handles active area border.
I would like to have the top-border of the navigator different from the border surrounding the handles of the navigator. See
Attached png for explanatory markers.Below I have a fiddle of my attempt:
3 votes -
tooltip config option to contain within the chart container, so a wide/long tooltip borders on the graph
right now if a tooltip is too long or wide, and expands outside of the graph's container, a mouseover outside of the container immediately closes the tooltip.
this prevents a user from clicking, for example, a custom link at the bottom of a long tooltip that expands outside the graph.
1 vote -
add the ability to insert a custom class to data points matching specific criteria. If range is 1-9, if range is 10-19, etc.
If a data point is between X and Y integer, give it "class='low-range'" if a data point is between A and B interger, give it "class='custom-class'", etc.
1 voteHere’s how you can do this currently with a little extension: http://jsfiddle.net/highcharts/tc5b2vbr/
-
Add a mouseOver delay
I would like to be able to set a delay for mouseOver event firing. Currently, the mouseOver event fires immediately resulting in multiple firings as the cursor is dragged across a chart. For mouseOver event functions that require some time to process the results can look choppy and confusing. This would be especially nice for heatmaps where central points cannot be reached without mousing over other points.
5 votes -
add a option flag to disable the legend handleOverflow function call
When I export the svg to pdf with option "useHTML", it returns blank legends.
So I suggest to add an option flag to disable the legend handleOverflow function callif (! this.options.disableLegendOverflow){
legendHeight = legend.handleOverflow(legendHeight);
}1 vote -
I want to create a word cloud. But unfortunately its not available . http://www.wordle.net/show/wrdl/8075201/Independent_Learning
Add word cloud charts also.
9 votes -
Add census tracts and block groups to map collection
U.S. Census geographies are a widely used geography and I would love to see you add these as standard basemaps in your map collection archive. Although we can add them as custom geojson it would be nice to have them available standard. I am also happy to help with converting those geographies to SVG, JSON, and Javascript for upload in to the map collection.
3 votes -
Make charts responsive in the same fasion as frameworks like Bootstrap
The idea would be to have Highcharts inherit classes from the framework which enable responsive behavior based on device specs, similar to the 'col-" classes in the latest version of Bootstrap. I would think that responsivness should extend to the various attributes of the graph like scales, etc.
18 votes -
Optional function for yAxis to determine the column height based on its value
Though there is plotOptions.column.minPointLength property, it doesn't solve the problem completely.
Imagine there are columns which may have 0, 1, ... 1000 as values. These large values cause small values like 1 look like 0, i.e. no column is drawn.
By setting the plotOptions.column.minPointLength property to 3, causes the 0-value columns to be displayed as well.
All I want is to display the non-zero values to indicate to a user that there are some very small values.
6 votes -
Download builder - add a url to identify and regenerate or modify a build
It would be very convenient if if the generated file contains a URL which enables a user to identify and regenerate or modify a custom build.
Modernizr offers this service:
http://modernizr.com/download/#-fontface-draganddrop-svg-shiv-cssclasses-teststyles-testprop-testallprops-hasevent-prefixes-domprefixes16 votes -
Allow Editing of Legends, Highchart Titles, Values etc within the chart itself
Just like Google Charts embed chart editor within the highchairs so that user can double click on the chart and customize it to change the chart type, colors, legend titles, chart title, values etc.
7 votes
- Don't see your idea?