All Questions
Tagged with highcharts reactjs
737
questions
0
votes
0
answers
15
views
Using Highcharts with NextJS, The time (not the date) is repeating
I have a requirement to load datapoints within a given start and end time, for a given range of values. I used linspace to distribute the epochs between the range.
I had manually checked and coded to ...
0
votes
0
answers
23
views
Set react state in high charts interactive map on click
const [externalState, setExternalState] = useState(null);
const options = {
chart: {
height: "60%", // Full height of the parent div
// width: "100%", // Full ...
2
votes
1
answer
50
views
unable to integrate custom indicators/studies using highcharts
i'm working on a forex broker an trying to integrate custom indicator using highcharts library in NEXTJS but unable to come across a documentation for such
i initially used trading view but seem like ...
0
votes
1
answer
29
views
How to disable click on a particular series in Highchart React?
In Highchart React, there are 3 series. Requirements :
1)'Series in Rs' bar should be always visible. It shouldn't be hide on clicking on it's legend.
2) Only one of the other two series should be ...
0
votes
1
answer
59
views
highcharts in react customization with plotlines and custom marker only on new data point
I am using highcharts and highcharts-react-official to create chart for eth Realtime price. I also show user currentround details that i am getting in startedRoundData from partent component and it ...
2
votes
0
answers
53
views
Issue using highchart with vite plugin federation in reactjs
I'm not able to use highcharts with vite plugin federation in reactjs for micro front end.
Error in chrome console is
Error: Element type is invalid: expected a string (for built-in components) or a ...
0
votes
0
answers
33
views
In React Highchart, Lollipop chart is not rendering
I am using Highcharts v11.4.7 and while trying to render the Lollipop chart, it is throwing below error
Cannot read properties of undefined (reading 'prototype')
Below is the code I am using to ...
0
votes
1
answer
55
views
Highcharts.js fullscreen api isOpen not working?
I am using Highcharts library to display my chart.
I am going to use an icon to make my chart fullscreen. This icon will be placed outside of the chart container to open the container.
To achieve it I ...
1
vote
1
answer
40
views
React Highcharts issue with hydration
I have a chart that represent some data. That chart have toggle to switch between 2 type of units ( Mwh and Kwh ).
When data are init loaded, they are 100% correct and they are placed where they need ...
0
votes
1
answer
42
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-...
2
votes
0
answers
114
views
Highcharts pie/donut chart tooltip on outer circle of chart
I want to attain pie/donut chart tooltip similar to google charts (this) tooltip. I am using highcharts-react-official and the tooltip should show outside the outer circle. Tooltip is quite big and is ...
0
votes
0
answers
57
views
How to create a chart in Highcharts using this mock?
I have a mock available on the desired highchart that i need to generate. But i am not sure how to achieve this. Can somebody please help? I am new to highcharts and not sure how to approach this? ...
0
votes
1
answer
64
views
How to Implement Dynamic Export Sizes for Highcharts in Next.js / React.js
I'm working on a project using Next.js and Highcharts, and I need to implement dynamic export sizes for Highcharts exports. Essentially, I want to allow users to export charts in different sizes, such ...
0
votes
0
answers
72
views
Why arrow mark under SVG tag is not exporting to PDF using PDFMake
I am creating highchart and after creating that on UI SVG tag is formed. I am trying to export that SVG image into PDF using PDFMake, I am able to export that full SVG properly except one arrow mark ...
0
votes
0
answers
34
views
Is it possible to use HighCharts to implement some features of ReactFlow?
Recently I want to use HighCharts to do some features similar as ReactFlow.
My features:
I can design the element myself.
I can drag the element and zoom in/out the whole panel.
Is it possible to ...