1070 results found
-
highmaps: add examples
better to use geojson/topojson as an open standard format for encoding collections of simple geographical features
0 votesImplemented natively in Highmaps Beta. See http://api.highcharts.com/highmaps#Highcharts.geojson.
-
highmaps: add demo for svg map-parser
i cant find any code snippet for using map-parser
0 votesThank you for your request.
-
add useExternal setting to tooltip config
Add a new useExternal setting to the tooltip config which when set to true, would prohibit the tooltip from actually being shown in the chart, but it would still allow the tooltipRefresh event to fire. By allowing the tooltipRefresh event to still fire, an external non-highcharts tooltip can be created using the information passed along in that event. From looking into the code, this can maybe be done in the Tooltip refresh method?
[code]
// update the inner HTML (add the useExternal check here)
if (text === false || tooltip.useExternal) {
this.hide();
} else {
…// show it if (tooltip.isHidden)
0 votesThank you for your request.
-
More formats supported by Highmaps or simple converter/plugins.
Be able to easily get data from PostGIS, import a KML, or a simple MultiLineString.
0 votesThanks for the feature request.
-
Patterns in venn diagram
How shall we add patterns and visibility of series in venn diagram? So that can represent the intersected data in patterns and can also disable the unwanted circle through aps by controlling visibility from aps. If you have any kind of solution kindly reply as early as possible.
0 votes -
Double logarithmic axes and draggable points
The draggable-points module handles logarithmic axes pretty bad, see this fiddle: https://jsfiddle.net/5bkf7pL8/2/
I did however find an old stackoverflow issue regarding this ( https://stackoverflow.com/questions/18036117/high-charts-draggable-not-working-for-log-scale ) where a solution was found for the old experimental plugin.
This example ( http://jsfiddle.net/yn1jaL60/ ) shows that dragging is freely permitted, but that there are some bugs with the rendering of the markers, it would seem. So, would be nice to be able to do the actions in fiddle nr 2, with the performance and visuals of fiddle nr 1.
0 votes -
step line without vertical lines
Step line connects data with vertical lines. In order to visualize climatological norm values being able to simply depict a horizontal line for one data point would be handy. Could be realized with a step line chart that hides vertical lines.
0 votes -
The workbook title cannot be changed (Excel)
Using highchart exporting module, excel is downloaded always with the workbook name ARK1.
0 votes -
Export custom range data (through navigator) to excel
Currently, the entire data series is being exported to excel instead of selected custom range by navigator. Image and pdf formats are working fine. Is there any way to export only current plotted series to excel?
0 votes -
Gantt Task Dependency Enhancements
The general suggestion here is to manage a project using task dependencies and durations rather than dates. The simplest enhancement would be to default a task start date to the end of the dependency task. This is the ASAP assumption. It should then be possible to specify the task duration rather than an end date. Next it would be nice to specify the task start as a duration before or duration after a dependency task end date. There are other assumptions (e.g. as late as possible), but ASAP is the most common. Critical path highlighting would also be useful.
0 votes
- Don't see your idea?