score:0
Based on what I see in your code, it seems that you convert your values to strings in here:
var cwk = "${myFormpage.cweek}";
var cwk2 = "${myFormpage.cweek2}";
var cwk3 = "${myFormpage.cweek3}";
Change to:
var cwk = ${myFormpage.cweek};
var cwk2 = ${myFormpage.cweek2};
var cwk3 = ${myFormpage.cweek3};
And it should work...
Source: stackoverflow.com
Related Query
- How to set variable in high chart data field
- How to remove sliced line from pie high chart if there there is only one object in data
- How to show grid-lines when chart data is empty, in High Stock charts?
- How to set new yAxis data in chart dynamically (highcharts + angular2(4))?
- HighCharts how to add live series data set to existing chart
- How to set minutes as units in Highstock chart using data from CSV
- How to dynamically adjust dataGrouping and set variable time intervals for HighStock data (HighCharts)
- how to add values from a database output to the data field in Line Chart of Chart.js
- Highcharts how to make a set number of colors for pie chart data and drilldown data
- How to set color of each slice in pie chart in high charts library?
- High Chart line single data set but multiple color, not gradient color
- How to set individual colors for high chart pies
- High Charts for an area-spline chart with area fill on only one data set in series
- How to combine Bar chart and data as table in High Charts
- How to set specific color for each data in pie chart using phplot.php
- How to display different tooltip formats in series of data in High Chart
- How to append dynamic values to the area chart in High charts or convert the data to arrays?
- How do I hide the code for the chart data in highcharts?
- How to set Highcharts chart maximum yAxis value
- Highcharts How to Show Loading Animation At Set Data
- how to set dynamic data in highcharts
- In high chart how to add event for label click
- Highcharts how to use JavaScript variable as series data source?
- How do I get remove of 'data table' option from High chart export
- Highcharts: How do I set dynamic data to the drilldown pie chart?
- Highcharts: how to set legend label name after chart created?
- Highcharts Bar Chart - How to set the minimum bar width/length
- How to create Chart Data using SQL query
- How to set second yAxis scale according to data from first yAxis
- How get data name in Highcharts pie chart legend instead of "Slice" using array of values?
More Query from same tag
- How to read data from in Javascript
- How to get next point in Highcharts tooltip
- How to show a column with the value Zero in Bar chart in Highcharts?
- How to embed text on the bar of the highchart
- Switching between many Highcharts using buttons or link text
- Highcharts Angular - How to show group size in tooltip
- High-chart Div save as image and save file in server path
- How to Integrate Flot with AngularJS?
- Highcharts: Bar inside of a stacked bar
- Highcharts yLow / yHigh not working
- MYSQL query for concatenating values (highcharts series data)
- Tooltip modification in Highchart Js
- HIghstock flags on first point is not rendered
- Wrong start date in irregular intervals chart
- Highcharts: how to assign different colours to a spline depending on positive or negative slope?
- Reset default zooming and navigator in Highcharts (ng-highcharts).
- Dynamically move highstock navigator
- Erro in ReactJS - Module not found: Can't resolve 'highcharts'
- Dynamically Adding A Chart into A Combo Highcharts?
- Highcharts with JSON data and multiple series
- Show average in highcharts graph as column
- Issues with custom border around Highcharts Stacked Bars and disabling hover effect
- Highcharts: X-axis, plot points and horizontal scrolling
- how do you convert epoch to readable date format in javascript
- Highcharts Line Chart - Some categories are not visible
- Get Tooltip content from a point from a line/scatter plot in highcharts from javascript
- How to get the angular component class reference inside an emitted Highcharts selection event callback function?
- Legends display order using highcharts in pie chart
- Highchart - Display JSON Data - MYSQL / PHP
- GWT Highcharts tooltip positioning