1077 results found
-
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 -
Sorted Scatter Plots
Add a "sorted" option to scatter plots that allow marking data as sorted or not ( defaulting to false ). This way, when there is a large number of scatter points, we can get the sorted performance enhancements but still get the scatter functionality ( for example, a line plot with a hidden line still has the tooltip jumping around on the invisible line ).
6 votes -
Drill down charts that can handle more than one series at the drill down level
A top level graph to be a bar (actual values) and line (expected
values) graph for various categories. Then when you drill down into a
category, a bar (actual values) and line graph (expected) again
showing data over time for that category.16 votes -
invert drilldown only
Allow a drilldown to be inverted while the parent chart is not inverted.
1 vote -
modify NumberFormat/DateFormat globally
As far as I've understand the src of the highcharts, there is no way to change the internal functions defined inside the closure, unless you edit the source file.
but the ability to alter NumberFormat/DateFormat functions (e.g. change number digits from english to arabic everywhere in the chart) is very needed for i18n.
is there any plan for supporting this?3 votes
- Don't see your idea?