score:0
Accepted answer
You need to parse your data and provide x value as a string to make it work.
const parsedData = initialSeries.map(s => ({
name: s.name,
data: s.data.map(d => [d[0].toString(), d[1]])
}));
Source: stackoverflow.com
Related Query
- how to remove extra data point from x-axis in highcharts
- How to populate a Highcharts axis with string formatted data from a PHP array
- HighCharts : How to REMOVE (or) HIDE a certain data POINT in Series?
- How to make the Y Axis values not start from 0 in highcharts? How to display forcefully display the last category data on X axis in HighCharts ?
- On HighMaps, how do I show state abbreviations instead of state name on a U.S. map and remove data label from point
- Highcharts - how to access category of multiple axis of the point from tooltip
- How to set point in highcharts when x axis and y axis has data as text values?
- How to plot the X axis data point for uneven tick interval at in Highcharts
- How to include data from point in Highcharts xAxis label?
- How to remove tick lines from secondary y axis in highcharts heatmap graph
- How to remove button from Highcharts
- Proper way to remove all series data from a highcharts chart?
- How do I dynamically change a data point in Highcharts using JavaScript
- How can I remove the white border from HighCharts pie chart?
- Highcharts - How to start x axis from an arbitrary value
- Highcharts how to remove headers from tooltip
- Highcharts - How to remove connecting line between fixed tooltip and point
- Highcharts - How can I remove starting and ending padding from area chart
- Highcharts - how to remove "Open in Highcharts Cloud" from the export menu
- How do I remove the color swatch from my HighCharts legend without affecting the column?
- How can i change highcharts data values by selecting from a dropdown list
- HighCharts : How to add or remove "chart context menu" from chart container?
- How can I force ticks/grid lines on a Highcharts datetime X axis to arbitrarily line up with data points?
- How to remove the value and number labels from Highcharts angular gauge
- Highcharts basic bar graphs. How to remove strokewith from the bars
- How to get the highlighted point from shared tooltip formatter, Highcharts
- How to remove outer shadow when hovered from highcharts JAVASCRIPT
- How To Show All Data Labels For Datetime Axis In Highcharts
- How to make Highcharts fetch data from external JSON file?
- Highcharts - how to create multiple y axis and group the data series
More Query from same tag
- Put my labels in front of the graph without obscuring the points
- Highmaps map is not loading? Why isnt loading?
- Highchart Renderer By min and max
- Highcharts series data not persisting through angular route change
- Hide the charts
- Highcharts stacking side by side comparison
- how to add tool tip to legends in highcharts
- Highcharts tree map showing wrong min value
- How to add flags to highcharts export server when started as a module
- Highcharts: Polar chart does not display series correctly in dinamically loaded data
- properly render an array of numeric values, not an array with strings
- Highcharts: struggling to understand axis padding
- Import CSV to highcharts scatterplot with tooltip populated by point name and x,y values
- Displaying multiple Highcharts from single json
- How to extract data fron json to javascript highchart?
- Highcharts - Scatterplot Marker Hover State lasts too long
- Json quotes highcharts
- Time interval is inactive in trading view chart
- Highcharts - Java exporting server in GWT app
- Highcharts time X axis
- Dynamic resizing height not working of bar chart as number of teams increasing in my case
- Angular dynamic highchart integration - response is not updating in the chart component
- Highcharts series update with animation
- highcharts pie window resize issue
- Highcharts - How to make a scatter plot with multiple series from HTML table
- HighCharts BoxPlot With Multiple Series Having Single Data
- How to update option of specific point?
- ReferenceError: Highcharts is not defined while including html file (with JS and CSS ) into other html file
- rCharts different sizes for the two graphs in Shiny App
- Highcharts, show total data as a live stream