1077 results found
-
Legend spacing
Hi,
I've few concern about legends.
For legend size, you have 2 property,
1) width
We can set width as pixel (or) percentage.
2) maxHeight
We can set maxHeight of legend as pixel.
Now, check the example below,
https://jsfiddle.net/nubr17ty/1
Setting width as percentage (30%) helps the chart to have enough space for plot area.
But look at the example below,
https://jsfiddle.net/nubr17ty/2
Here unnecessarily legends are occupying 30% of space as the legend name is very small.
1) Do you have any property to set maxWidth (as you have maxHeight) ?
If we set the maxWidth, we can solve the above…1 vote -
Provision for common axis options
Hi,
It would be useful to have a way to provide options that are common for all (y)Axes similar to how it is available for https://api.highcharts.com/highcharts/c ... rallelAxes. For example, provide a way to specify showLastLabel as common for both the Y axes in https://jsfiddle.net/8ax6uoed/. This can be seen as similar to how series options have multiple level of abstractions.
Thanks,
Krishna1 vote -
Vertical scrollablePlotArea for HighStock Across Y axises
On plotting multiple y Axis-es that are not opposite to each other.
There would be a need to scroll down to see the common X Axis and the navigator
This would provide a feel of floating X Axis and the navigator
Below is the example of my JS fiddle
https://jsfiddle.net/ynfbcxzo/
Detailed discussion on the same could be found in the below thread:
27 votes -
Timeline chart
Can we change linecolor for timeline chart from specific Point
1 vote -
bignumber highcharts
Possibility to use Highcharts with bignumber.js
12 votes -
Gantt new feature request change places of rows by dragging
Gantt new feature request change places of rows by dragging
With the new feature the user shall be able to change places of the complete rows by dragging in charts with parent (below example)
Today not supported in any chart but we need it with parent. Or if this is not possible at least draggableY: true should work for parent charts so that you can write this functionality yourself using the drag event. This is a basic feature in any gantt.
Example Chart where this should be implemented
https://jsfiddle.net/JohanBrodin/Loq38vk4/3 votes -
Speedometer ++
Inspired in the car speedometer, adding the mileage and a date and time display would be incredible, because you can transmit in just one piece: The mileage (or any accumulated value), the speed (or the rate of variation), and the time and date.
You can create incredible animation effects where like in climate change you can transmit the co2 level in ppm (mileage), the yearly increase in ppm (speed) and the date and time gives you the last time the value was measured, or if you run the animation you can see the perspective of say the last 50 years…1 vote -
speed calculation in time graph
It would be very useful to calculate the speed of change in the y axis at every point in the time series. Something like this:
chart.series[0].points[0].y.speed(year)speed(Year) would calculate the rate of change per year, or month or day of the Yaxis variable,
you could also implement acceleration
chart.series[0].points[0].y.acceleration(year)1 vote -
Multidimensional 3D data cubes chart?
Is there a way in Highcharts to draw multidimensional data cubes?
If Yes. Please let me know1 vote -
New pattern need to be created from the parent circle patterns for intersected data
Hi
New pattern need to be created from the parent circle patterns for intersected data .
Example: If one of the parent circle has vertical line pattern and other parent circle has horizontal line pattern, the intersected part should have pattern that must be the result of both parent circle. In this case it should look like square box (combination of vertical and horizontal circles).1 vote -
can we allow Heatmap Zones to respect colors from colorAxis?
I have a requirement for heatmaps which involves applying a patternObject as a color for zones applied to the x-axis, but I also need the pattern fill to respect the color applied by the colorAxis.dataClasses. Is there currently a way to do this that doesn't involve applying classNames in styled mode?
1 vote -
your map is very old some place are not add eg:in india add telugana and some other state and in this problem many country so update
your map is very old some place are not add eg:in india add telugana and some other state and in this problem many country so update
1 vote -
enable resize option for annotation labels shape
Expected behaviour
Currently we have annotations label shapes are like this
![image](https://user-images.githubusercontent.com/47973853/63632866-798bb280-c65c-11e9-9325-efe63ba1d09a.png)Actual behaviour
I need the annotations labels to respond to resize option , that html provides like this
![image](https://user-images.githubusercontent.com/47973853/63632874-9b853500-c65c-11e9-9559-78ab65f4ba3f.png)Could you please help out in achieving this ?
2 votes -
Extend Annotations Plot Bands
PlotBands require an axis and two values from/to.
I think can be a good idea to extend some features:1) If to is null band can stretch in positive axis direction
2) If from is null band can stretch in negative in axis direction
3) If to and from are both null plot band fill the chart area4) Plot band can accept also axis2, from2, to2 parameters, if defined, plot band stop in axis2 direction instead of stretch,
Here a demo prepared by mateuszkornecki
https://jsfiddle.net/BlackLabel/z9hxgrd1/Thanks.
marc.1 vote -
Multiple drilldown nodes
Hi Team,
Can you please help me on below requirements :
When I click on the nested node(series) it is displaying a nested node drill down, and all the nested node should appear child nested and child to another nested child and so on….
I mean there shouldn’t be any limit for generating new node(series), and also It should be stoppable if required.
1 vote -
Mixing categories and subtasks in HighCharts Gantt?
Hello,
As I tried explaining here : https://stackoverflow.com/questions/54947746/mix-categories-and-subtasks-in-highcharts-gantt
I was wondering if, in Gantt, it was possible to use parent/subtask (folding and unfolding) while also having multiple tasks on a same "line" (mixing "Interactive gantt" demo with the "subtasks" one). Apparently it is not and so I'm wondering if this behavior can be expected in the future.
For now, I think I will use css classes (or another way of identifying the parents/children) to add a bold + folding icon to parents, and to .hide() the depending yAxis when clicked (that means having an event on the label, but I'm…
25 votes -
1 vote
-
plotBands Labels have option to be hidden when no space, specially in xAxis
plotBands Labels right now if there is no any space (for example: horizontally), specially in highstock 7.2.0
will be shown out of width of the rectangle.so it will be better we have an option and by defualt be on that make them hidden when no space, specially in xAxis.
1 voteThanks for your request!
You can currently set a fixed width for the label, but it doesn’t scale though: http://jsfiddle.net/highcharts/sr30L4en/.
In order to implement this, the `style.width` would have to be dynamically set to the plot band width.
-
dragging the dependencies on run-time by user like nodes can be dragged at run-time by user in interactive-gantt
Steps to replicate –
Click on the following URL -https://www.highcharts.com/gantt/demo/interactive-gantt
Click on “Edit in JSFiddle”.
Try dragging “prototype” or any other node.
Unlike nodes which can be dragged by user at run-time, (dependencies) dependency arrows cannot be dragged by user at run-time.4 votesThanks for the idea, it makes sense to be able to drag the dependencies. We’ll discuss this in house.
-
1 vote
- Don't see your idea?