score:2
Accepted answer
You can achieve that on client side this way:
var d = [{"x":"58770"},{"x":"79035"},{"x":"84030"},{"x":"90145"},{"x":"95630"},{"x":"102580"},{"x":"108950"},{"x":"113615"},{"x":"118765"},{"x":"124055"}],
dLen = d.length,
ret = [];
for(var i = 0; i < dLen; i++) {
ret.push( parseInt(d[i].x, 10));
}
// ret contains: [58770, 79035, 84030, 90145, 95630, 102580, 108950, 113615, 118765, 124055]
Source: stackoverflow.com
Related Articles
- In PHP , How to convert JSON into highchart supported format
- JSON format is not supported by highchart
- Converting a complex json format to C# class for Highchart Organization Chart
- highchart bubble chart dynamic- json format
- Highchart Json Format for Highchart stock chart
- highchart with a specific json format in django
- How to change JSON Format For load data to Highchart
- How To generate json format from model in codeigniter to Highchart
- How to format PHP into the proper string for JSON in pie chart using highchart
- creating highchart with ajax json data
- Plot Highchart Gauge with JSON Data
- json date format to Highcharts date format
- HighChart Heatmap with JSON data
- last label in x axis with datetime format not coming in highchart
- Incorrect JSON data format
- create a donut chart using highchart using jquery json object
- Write JSON parser to format data for pie chart (HighCharts)
- asp.net mvc highchart linegraph json
- How to format my json data for stack column chart in HighCharts
- Dynamically update tooltip date format highchart
- How to fill dynamic json value in drill down highchart
- Highchart - Display JSON Data - MYSQL / PHP
- Correct format of using csv data to plot highchart
- Highchart : Json Array For ToolTip
- How to Populate Highchart using Json Object
- Read back chart details from highchart in json
- Highchart JSON pie chart display Slice undefined
- How to create data in Json format for highcharts
- Place Data in Highchart using json and post url
- Highcharts JSON decimal data format issue
- Update highstock chart dynamically
- Load HighCharts though .NET Ajax Call
- i want to show/hide y axis grid lines of highchart by onclick on button
- Vertical line on highchart, with position tied to animation frame from another div?
- Highcharts tooltips break line
- Highcharts labels appears twice
- Is there a way to get the coordinates of a Segment that I draw on the HighCharts stockChart?
- Angular rendering 80+ using highcharts-ng
- Highcharts single row stacked horizontal bar: labels overlap --- bar segments too small to read "dataLabels" --- (change "distance" of "dataLabels"?)
- How to rotate javascript highchart line graph -90 degree without affecting the data values
- How can I dynamically enable/disable series tooltip based on point condition
- Unable to customize the box to short single line in 'boxplot' type Highcharts
- Highcharts Gauge
- Stacked column chart with irregular date time interval
- In a multiple column layout my highchart is not visible in Safari
- How to add click event on django-chatit chart
- Changing unit on y-axis from million (M) to show multimillion (MM) in HighCharts
- How to set custom color on stacked bar chart
- Highcharts venn diagram is missing intersections
- Highcharts piechart with slice animation and drilldown on click together throws exception in chart and breaks the pie chart