1081 results found
-
highchart webcomponent
Will highchart available via webcomponent ?
4 votes -
Add halo on click of slice in Pie chart
Currently the halo style display on hover of a slice on a PIE chart. It will be nice if the halo style gets displayed on click of the slice and persisted so that it clearly shows user when a slice is clicked. This is specially important if the slice of the PIE is very small - in that case having halo on click will clearly make the selected slice visible.
4 votes -
reversing selected colorscheme and maximizing contrast in highmaps
We have recently implemented highmaps on our site and added features to let content creators select different color schemes when they create a map.
But what they are missing is two things: a option to reverse the selected colorscheme from dark to light or light to dark.And a behavior change in highmaps when using the defined colors, so that if the map has fewer data classes than the number of defined colors, only the colors with highest contrast between them should be used.
example: if only two data classes are defined, only the lightest and the darkest color should…
4 votes -
Property for donut chart to show the aggregated total exactly at the center of donut
Provide a property for donut chart to show the aggregated total exactly at the center of donut
var colors = Highcharts.getOptions().colors,
categories = [
"Chrome",
"Firefox",
"Internet Explorer",
"Safari",
"Edge",
"Opera",
"Other"
],
data = [
{
"y": 62.74,
"color": colors[2],
"drilldown": {
"name": "Chrome",
"categories": [
"Chrome v65.0",
"Chrome v64.0",
"Chrome v63.0",
"Chrome v62.0",
"Chrome v61.0",
"Chrome v60.0",
"Chrome v59.0",
"Chrome v58.0",
"Chrome v57.0",
"Chrome v56.0",
"Chrome v55.0",
"Chrome v54.0",
"Chrome v51.0",
"Chrome v49.0",
"Chrome v48.0",
"Chrome v47.0",
"Chrome v43.0",
"Chrome v29.0"
],
"data": [
0.1,
1.3,
53.02,
1.4,
0.88,
0.56,
0.45,
0.49,
0.32,
0.29,
0.79,
0.18,
0.13,
2.16,…1 voteYou can add this to the title dynamically: http://jsfiddle.net/highcharts/h24v71vs/
-
Draggable crosshair label
It would be nice to make a crosshair label draggable. So that user can move with the mouse the crosshair label away from the x-axis.
Image: https://imgur.com/a/nlqGhOr can it be another draggable element that will show what crosshair label shows?
3 votes -
Legend item on the top of each pane in multiple pan charts
we want to show legend item on the top of each pan, as we have multiple pans in our chart. also we need xaxis to appear below each pan.
we utilize https://www.highcharts.com/stock/demo/candlestick-and-volume
to create a multi pan chart but the issue is legend appear at only one place for all pans.6 votes -
Highcharts wordcloud: Group words in sections and show words having maximum weight in each category with relative font sizes
https://www.anychart.com/products/anychart/gallery/Tag_Cloud/State_of_the_Union_Address_Most_Used_Words.php
Refer the image in the above link. The image shows words grouped in 3 categories: Barack Obama, George Bush and Ronald Reagan. Each of these categories have a word with maximum frequency – I (70%), will (49%) and will (65%) respectively. Thus the font sizes of maximum frequency words are shown relatively.
I have tried following 3 examples:
1) Render three wordclouds in a one chart: jsfiddle.net/znm6f89r/8 - but still, word weight is based on the size within the series.
2) Define custom placement strategy: jsfiddle.net/znm6f89r/28 - but labels may not be within the column.
3) Using 3 series…12 votes -
Get all properties with HIChartContext on tap for iOS
In reference to Issue #34 on GitHub: https://github.com/highcharts/highcharts-ios/issues/44#
Please add a function to get all available properties of the point without specifically providing the names in second argument of HIFunction. If any of the mentioned properties are not present in a chart, the corresponding closure is not getting called. PFB the corresponding code for reference:
HIFunction * function = [[HIFunction alloc] initWithClosure:^(HIChartContext *context) {
NSLog(@"Y value: %@", [context getProperty:@"y"]);
NSLog(@"Index: %@", [context getProperty:@"index"]);
NSLog(@"Category: %@", [context getProperty:@"category"]);
} properties:@[@"y", @"index", @"category"]];
point.events.click = function;Also , the following function is only returning the UUID:
- (instancetype)initWithClosure:(HIClosure)closure;
being able to get all…
7 votes -
1 vote
-
Y-Axis Panning on Highchart
I'm using highchart for visualization big data,
but highchart does not have y-axis panning!5 votes -
Rounded boxplot
I am using boxplot chart but roundBorder property is not working for the same Or may be i am unable to use it.
1 vote -
to export heatmap chart csv same as column stacked chart csv
I want to export heatmap csv made by export-data.js same as column stacked chart csv made by export-data.csv.
3 votes -
Auto-Calculated Bar Width
It would be interesting to have the width of the bars adjusted automatically. Something similar like this: https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/AutoCalculatedBarWidth/AngularJS/Light/
4 votesThank you for your suggestion, that’s a nice solution to column placement challenges. Alternatively, the column width could be the same, but the position centered inside the category.
-
Add Philippines' Provinces' Cities and Municipalities
I have tested your drill down map in yur USA example.
But I tried to replace all "us/us" to "ph/ph" in order to use it in my beloved country, but it looks like I cannot drill it even at least to provincial level.I wish you will provide data for that
1 vote -
Avoiding series overlap
Let's say I have a chart similar to http://jsfiddle.net/k7n8cf8m/
There are two lines with almost same data.I've got a question if is there a possibility, to present those lines joined together, one above, second right below (without padding or anything, just 2 glued together lines). I mean it shouldn't overlap each other, but display like a rainbow instead.
Something like that: http://jsfiddle.net/BlackLabel/3goqaqfj/
But without changing data values.Is there a chance to introduce something like that in near future?
6 votesThis is a bit similar to the minPointLength option – https://api.highcharts.com/highcharts/series.column.minPointLength, which aims to ease readability when points overlap. It also has the same logical problem: If a small offset is added for multiple series or points after each other, eventually the points will be drawn off scale.
Here’s a small plugin I wrote that offsets the series by an optional amount of pixels per the series index: http://jsfiddle.net/highcharts/vgdga7vw/1/. As you see, it doesn’t actually consider if any offset is necessary, plus when you have a lot of series it will be off scale.
-
Add support to Motion (Player) Highcharts Plugin in Angular
It would be great if there is a kind of wrapper for Motion (Player) Highcharts Plugin in Angular 4.
4 votes -
USA territories map with counties
We have a map for USA with counties, and one for USA with territories, but none with territories with counties.
3 votes -
Multiple dimensions on 2D chart
Most people use the 2D charts with 2 variables only. But with the advance in data analytics 2 variables on the same charts are no longer enough. We need to be able to display multi dimension on 2D charts. Few ways to achieve this are:
* Allowing the size of the markers to change to based on a third dimension
* Allowing color of the markers or lines to change based on a 3rd dimension
* Allowing shape of the markers to change based on a third dimension.If we apply all the options above we should be able to…
4 votes -
Sankey Chart Enhancement: Labels for Axis
It would be great if there were a feature to add axis labels to the existing Sankey chart at each level. Something like this: https://i.stack.imgur.com/cYsNT.png
I notice that this has been previously mentioned in the Sankey Diagram thread (https://jsfiddle.net/7aa18mws/). However, in-built support for this on multiple levels would be great.
8 votesThans for your suggestion! For the records, in the internal terminology this would be labels for the columns.
-
4 votes
- Don't see your idea?