score:5
Accepted answer
Because you are passing a string not an object, try this:
data: $.parseJSON($("#input").val())
Source: stackoverflow.com
Related Query
- Highchart does not load data from hidden input when using .val
- load data from text file into HIGHCHART graphic using PHP
- Why does my Highchart look different when I transfer my code from Jsfiddle to my server?
- x-axis, y-axis lines does not appear, when I include 3D chart library of HighChart in my code
- Highcharts not being drawn in some cases when using data from MySQL (page elements created before database query complete?) PHP / MySQL
- Bars does not show up when loading JSON encoded data from PHP in Highcharts
- Resolve Conflict When Using Highchart and Highmap together (TypeError: ma is not a function)
- Highchart not resized when hidden
- using angular directive to draw highchart pie chart but when i am using it in success function it is not working
- In highcharts,tool-tip does not move when chart has high data unlike when it has low data
- Fetch data from firebase firestore and plot histogram using highcharts when cardview clicked - android
- High chart data downloads but does not display in browser using node
- Labels string from Asp.net does not distributed in the highchart
- Generating Highcharts from MySQL data with PHP does not work
- Highchart is not getting populated using external json data
- How can i export row data from highchart to excel file and not csv?
- When using Highcharts, how do you get the point name from a data point series?
- Does not return data as intended when creating the chart
- How To Load Plist Data On HighChart Using Objective C?
- Highcharts not displaying data but drawing chart when reading from CSV file
- Scrape data from a highchart using selenium
- Highchart is not working when I am fetching the axis values from database
- Resolve Conflict When Using Highchart and Treemap together ( f.inArray is not a function)
- When trying to display a chart using ChartIt, Error saying template does not exist arises
- highchart data from mysql using ajax
- highchart load the chart but not the JSON data
- clear cache from Highchart when loading data from a json file
- Highchart data does not start with 0 gives error
- Build a highchart chart using data from an external JSON
- Highchart not rendering data from dynamically created array array
More Query from same tag
- highcharts.js - Dynamic Label Color
- softMin/softMax for xAxis in HighStock doesnt set?
- Messed up LineChart with highcharts
- HighStocks Array Series
- Wrapping a HighChart in AngularJS
- Pass data to Stacked Column Chart (Highcharts Framework)
- Highcharts legend hover for bar chart?
- Highcharts - Alignment issue on 3rd Y axis
- Load JSON to Highchart Series
- Which chart type should display following chart? gauge or column?
- HeatMap with custom colors for each cell
- Highstock xAxis datetime pointer line
- How to show numbers in datalables donut highchart
- highcharts add plotline label with images
- I have synchronized charts with synch’d zooming. I would like to zoomout in steps (not just back to 1:1). Does anyone have a working example of this?
- Snap to month in highchart stock navigator
- Convert JQuery Data into HighChart Format
- How to use HighCharts dart library in Flutter app?
- javascript - highchart xaxis datetime and yaxis data
- highcharts different colors for selected columns
- Highcharts. Pie chart. DataLabels formatter
- Category in x-axis of second chart is not coming properly
- Highcharts draggable points - prevent hidding tooltip
- Highcharts polar area label customization
- How to get access to previous value on formatter of xAxis label , Highcharts?
- Handling two ajax calls on single page to pull data into Highcharts on another page
- Highcharts - arearange - low and high values in tooltip
- Highcharts - Multiple Subtitle (2)
- Highcharts live chart: JSON showing Strings -- not working
- I had created a scatterplot using Highcharts but the the point.z value is not getting displayed in tooltip