score:1
The problem was in the HTML, so the container element was not found. So now both methods are working!
Jorelie.
score:1
BTW - you can use getJSON in MVC 3.0, but your controller method has to return the JSON object with a second parameter like so :
Json(result, JsonRequestBehavior.AllowGet);
Source: stackoverflow.com
Related Articles
- Strange character in the Highstock source code
- Why does my Highchart look different when I transfer my code from Jsfiddle to my server?
- I had follow someone code samples and try apply to my HighChart program but I can't get it work at all
- Column based Highchart drilldown series assign color code to each column
- x-axis, y-axis lines does not appear, when I include 3D chart library of HighChart in my code
- why my highchart code is not working?
- How to render Gantt Highchart from data source
- Highchart spline Cut Off when reach to maximum scale value. How can it fixed?. I have attached may sample code on body
- I am trying to include india map in my highchart code
- Highchart map does not support IRS country code
- Highchart columnrange, color code lines based on data
- how to hide highchart x - axis data values
- Highchart specific width stack column bar graph
- Highchart - show / hide an y-Axis without hiding the series
- Manage multiple highchart charts in a single webpage
- when is a highchart completely loaded?
- Remove Export and print button plugin on highchart chart
- Drilldown multiple levels Highchart
- How to display highchart series line marker symbol from tooltip formatter?
- Highchart - change color of one x-axis label only
- Resolve Conflict When Using Highchart and Highmap together (TypeError: ma is not a function)
- use highchart and highstock on the same page
- Highchart series update in javascript
- Can I use two different formatters for highchart tooltips?
- How to change the font family of Highchart to Bootstrap css default font family
- Highchart hide default buttons
- How to export a Highchart chart to PDF thanks to a button outside the chart?
- Displaying Persian dates in highchart from its corresponding Georgian date
- Reduce gap between series data in Bar Highchart
- Overlapping columns in highchart
- how to use different colour for some specific column in my high chart?
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- Concatenate strings into an array in javascript
- Plot band not limited to xAxis, draws for the whole graph
- Highcharts change look of tooltip
- Can I add an xAxis break dynamically based on live data feed
- Highcharts json data date in zulu time not working
- highcharter: Fixing x-axis labels in a column chart with only one column
- Rotating xAxis categories in Polar Chart using Highcharts?
- React Highcharts: How to display tooltip value to specific div outside of the chart
- Highcharts: Cannot get example to display chart
- Issue having blank graphic in Highchart script
- Title/Text In Event (marker) Tooltip?
- Highstock - Minimal Zoom
- Highchart GMT and one hour offset
- Highcharts - Combine columns
- Capture right click on column/bar
- How can I get highcharts barChart bars to always fill the container?
- Highchart: Adding flags to a line chart
- Is it possible to define custom technical indicators, that takes 2 series as input?