1077 results found
-
Add Total option to be displayed with the relevant charts
Boolean option to display the total in the chart
3 votesSee http://jsfiddle.net/highcharts/tnSRA/ for an implementation of pie title, where the total can be entered as a variable.
-
Official NuGet package
.. so we don't have to depend on unreliable, out-of-date packages.
This shouldn't take too much effort.Bonus: follow the ASP.NET bundle file name conventions
*.js -> normal files for debugging
*.min.js -> minified12 votes -
Cross lines In a Cloumn chart. This feature is added by Microsoft in Office 10.
Cross lines In a Cloumn chart. This feature is added by Microsoft in Office 10.
1 vote -
Support screen reader users
As a non-sighted user interacting with a chart using a screen reader, I would like different elements read. This would include (a summary text description of the chart, the type of chart, the structure and structural hierarchy of the plots, and the data behind the tooltips).
3 votes -
genealogy family tree charts with multiple parents,i want to build family structure dynamically
genealogy family tree charts with multiple parents,i want to build family structure dynamically
12 votes -
Add 3D bar chart equivalent to 3D scatter chart
I am plotting co-ordinates against elevation in 3D space to visualise a cycle. The Highcharts 3D scatter graph is very powerful, but I think it is more effective as a bar chart. I have some examples:
Highcharts - scatter
http://jsfiddle.net/spencerooni/wgqemr8v/11/light/Vis.js - bar
http://jsfiddle.net/spencerooni/tgaLjjdq/2/light/Both are using the same data. What do you think?
6 votes -
Dual-x axis stacked column chart
Looking for some advice on creating a dual-x-axis stacked column chart like this: http://s284.photobucket.com/user/dsheets1/media/CostCurve/CostCurve_zpsp0gfytgf.png.html
1 vote -
Come up with a way to be able to control the column width of stacked chart that is based on the xaxis values
So the thickness of the column (pointWidth) is relative to the x value range
1 vote -
DataLabels options per point
Allow to position and rotate dataLabels based on per-point basis.
Something like http://jsfiddle.net/Yrygy/267/ but based on a configuration, not on javascript or with something like a formatter that returns an object with positional informations (eg: {rotation, align, x, y, etc...})
Thanks
4 votes -
1 vote
-
Show tooltip on data label (line charts)
Linecharts should display the tooltip when you hover over the data label. Just like column charts do.
Compare http://jsfiddle.net/kzoon/q9d1357y/ with http://jsfiddle.net/kzoon/8h39gkyw/1/I actually think this is a bug and not a feature request, but got referred here
9 votes -
Would like to see wards in the District Of Columbia Map Javascript/JSON version
I see only an an outline of Washington DC area, what I would like to see is also the wards inside the DC.
Thanks.3 votes -
Multilanguage or internationalized map data
The idea is that we can display the name of each country the same language as the browser's setting.
3 votesIt’s probably better to keep internationalized versions of the map outside the file itself, to keep it maintainable. Here’s a proof of concept of how you can keep translated country names in a separate object and apply it dynamically to the map data: http://jsfiddle.net/highcharts/fbyhfe2s/
-
Zoom out with mouse
In the same way that you zoom in on a chart by rubber-banding with the mouse by clicking and dragging from top left to bottom right add functionality to allow zooming out (to full extents) by doing the reverse - i.e. by clicking bottom right and dragging to top left. Very simple - you could then ditch the reset zoom button if you wanted.
4 votes -
3 votes
-
1 vote
-
Hit-test point in map
For Highmaps, we should have a method to find which map area a point lays within. Useful for building heatmaps.
1 voteThank you for your request.
-
DataLabels rotation for treemap
When sliceanddice in treemap, boxes may be taller than wide and datalabel may be larger than boxe.
Here is a small modification that rotates datalabels in this case
drawDataLabels: function () {
var series = this,
points = series.points,
options,
level,
dataLabelsGroup = this.dataLabelsGroup,
dataLabels;
each(points, function (point) {
if (point.node.isVisible) {
level = series.levelMap[point.level];
if (!point.isLeaf || level) {
options = undefined;
// If not a leaf, then label should be disabled as default
if (!point.isLeaf) {
options = {enabled: false};
}
if (level) {
dataLabels = level.dataLabels;
if (dataLabels) {
options = merge(options, dataLabels);
series._hasPointLabels = true;
options…1 vote -
Stack multiple charts on top of each other
I've recently run into a case where I need to show a small pie chart on top of another graph chart. I had to use css to put the pie chart on top of the graph. So I guess we might want to have some option for stacking the charts?
1 vote -
pie chart label round
i have make a pie chart
http://jsfiddle.net/addteqmilind/zbsg4oLg/
in between label Project1,Project2, Project3..... and all
i want in Curve shape , as you can say as Round Shape...
Project 5 is showing in round shape in Issue51 to 54
that will make my graph cool and interactive.
and all curve will be set like that.3 votes
- Don't see your idea?