Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [highcharts]

Highcharts is a Javascript charting library that uses HTML, SVG, and VML. The editor offers both open source/nonprofit and commercial editions of the product.

highcharts
0 votes
0 answers
11 views

Highcharts: addSeries() in 2nd drilldown level not working

I have a barchart with 3 levels (2 drilldown levels), which works perfectly. Now I want to add a linechart to the third level, which I'm doing by using the drilldown event. So I have a counter ("...
TopferHarald's user avatar
0 votes
1 answer
14 views

Highcharts Piechart 3D Tooltip not showing on slice/chart hover

I am not able to see the tooltip on hover of slices in 3d pie chart. Even the site example at https://www.highcharts.com/demo/highcharts/3d-pie is not showing tooltip. V11.4.6 Is there any value that ...
SIP's user avatar
  • 11
0 votes
0 answers
18 views

How to include highcharts in Nuxt 3.7.0?

How can I include this combination graph https://www.highcharts.com/demo/highcharts/combo-dual-axes chart in my nuxt vue application ? I followed this https://www.npmjs.com/package/highcharts-vue docs,...
Rancha124's user avatar
0 votes
0 answers
21 views

Bubbles inside Packed bubble all the same size

The packed bubble chart I am rendering, is rendering bubbles of the same size. The outer bubble is sizing correctly but the inner bubbles are all the same size. How to fix that issue? My code: ...
nb_nb_nb's user avatar
  • 1,349
0 votes
1 answer
41 views

Highcharts Heatmap yAxis labels not rendering properly

HeatMap yAxis categories going inside the last cell instead of the left side outside. It is working fine on the code rendition but as you can see in the image, the yAxis is going inside the final cell....
nb_nb_nb's user avatar
  • 1,349
0 votes
0 answers
20 views

Highcharts Stock using the Chart.from_pandas method

can someone please share a simple example on how to use Chart.from_pandas method to draw a candlestick chart within Jupyter. My Dataframe contains the tandard Datetime, Open, High, Low, Close, Volume +...
Luthor's user avatar
  • 113
0 votes
0 answers
18 views

Highcharts heatmap is smushing the data and overlapping

I am trying to create a heatmap but the data is getting all smushed and overlapping. Not use what is wrong with my code. // Substring template helper for the responsive labels Highcharts....
nb_nb_nb's user avatar
  • 1,349
0 votes
1 answer
31 views

Scatter Chart Not Updating Correctly for multiple Values at the Same Location

I have two teams, team1 and team2, each containing plot data in the structure mentioned in the link below. Here is my code: https://codesandbox.io/p/sandbox/react-counter-functional-component-forked-...
Maulik Patel's user avatar
0 votes
1 answer
39 views

Highchart reload not working but disappearing

I'm using Livewire 3.5 on a personal project, with Highcharts.js. When I first render my component, everything is ok, my chart is correctly displayed. Then I change my select, and the component is ...
Bastien's user avatar
  • 147
0 votes
2 answers
19 views

high chart calculate best time units to the x-axis automatically

I have a highchart diagram and I will get number X of days that I want to present on the diagram. if I get X days I don't know if it is better to present them as days or weeks or month or years. is ...
Yagil's user avatar
  • 11
0 votes
1 answer
39 views

Dynamically changing the attribute of an svg element in a highcharts chart

For a certain application, I have created draggable SVG rectangles in my highcharts chart. I wish to access them and modify their attributes dynamically from an external function where I have the '...
Abhay Kaushik's user avatar
-4 votes
1 answer
36 views

Is it possible to create multiple bar charts with Highcharts? [closed]

Is it possible to create such a chart in Highcharts? It's a couple of bar charts standing next to each other but with the same y-axis. Each bar chart represents a different set of data, but they are ...
Nguyễn Nam's user avatar
0 votes
1 answer
21 views

highcharts-export-server not producing svg when run from website

We have a website with php 8.1. It's supposed to use exec to run highcharts-export-server to generate an svg file, but the file does not get generated: $cmd = '/var/www/mysite/node/node_modules/lib/...
raphael75's user avatar
  • 3,158
1 vote
0 answers
29 views

How to handle accessibility for HIghChartView graph and it's sub elements for native android

I've implemented HighChartView in android using JavaScript where I'm plotted ting my dynamic data into graph form now I want to handle the accessibility for graph and for all the plotted view for ...
Manoj Gandla Sureshbabu's user avatar
-1 votes
0 answers
20 views

HighChart - Mapline is hidden

I have a Highcharts wordmap chart. I draw a mapline from LA to Taiwan. The straight line goes around the Pacific Ocean instead of land, causing the mapline to be obscured. expectation my code { type: '...
Lâm Đỗ Tuấn's user avatar

15 30 50 per page
1
2 3 4 5
1743