score:0
after lots of checking i eventually found the problem. the cake plug in helper expects integer (or reals) in the chartdata1 array. so simple adding the following lines:
foreach ($resultstatistics as $result) {
$chartdata[] = (int) $result['statistic']['new_students_total'];
}
at last solved my problem. thank anyway for your help
Source: stackoverflow.com
Related Query
- Use MySQL data as the chart data for the cakephp highchart plugin
- Displaying highchart and using php to get data for the chart from mysql database
- HighChart Sparkline Chart with dynamic data for the table
- How do I hide the code for the chart data in highcharts?
- Use single color for all series in the same chart
- How to use add series and update methods in the high chart wrapper for angular?
- How to show Legends for all the series data in stacked column chart Highcharts?
- Highchart not displaying the pie chart with Ajax data
- Pie Chart for Data on Different Things with HighChart
- Highcharts display label for pie chart using html table as data source
- Highchart Line chart – data series with multiple axis - 2nd series placed in the middle of X axis
- How to change the data series for highchart using a dropdown list
- Set Color for Pie Chart using HighChart + JSON data
- highchart load the chart but not the JSON data
- I'm trying to use HighChart map and solid guage they both work for my data independetly but I get get lot of errors on I put them on a file
- Highchart x-range chart extending the data point without ending
- Highchart not showing 0 data correctly for pie chart
- how to use json for Wind rose polar highchart insted of table data
- Ending Series points don't show up on highchart area type chart for large series data
- Highcharts - How would I use HTML input boxes to input the data for a Pie Chart?
- Highchart - change the minor spacing for linear guage chart
- highchart - display value in xaxis as the value I get from the chart data as is without conversion
- Use Node.js as data source for highcharts
- Apply outer border for the highchart area chart
- Printing a highchart to show data for all the points
- Highchart : Line Chart not Loading the data from Database on screen
- Highchart in the loop showing only first chart data
- Highchart bar chart handle over lapping data lables for series
- highchart with drilldown where data for main chart and drilled down chart are from different xml files
- Highcharts (highcharts-ng) with ng-repeat worked, But need to pass the data for each chart from the attributes
More Query from same tag
- trouble with categories on highcharts column chart
- Highcharts tooltip not showing on chrome
- Periodic events with duration
- How to get Highcharts to keep rotated data labels within bounds of a chart?
- How to combine HighStock stock-chart and HighCharts bubble-chart in React JS?
- How to close the tooltip programatically in highchart?
- Highcharts/highstock set yAxis Min and Max with Scroll
- Compare one month of two year with Highcharts
- from Google Visualization Datatable to Highcharts data format
- How to add radio button in highchart legend symbol
- Highcharts: How we can sort series with animation?
- highcharts. How to determine the coordinates of the point where the CLICK was made?
- How to read serie names from data table for the legend
- How to create highcharts maps using Angularjs?
- How to show 0 for incomplete Series in Highcharts
- When I automatically update a HighCharts chart every minute, the CPU gradually overloads, and the browser locks up
- having issue when updation Highcharts object using highcharts-ng directive
- HighCharts trouble with the x axis
- HighCharts Pattern-fill Diagonal pattern with solid lines
- Update Line Chart (High Charts) after applying filter
- Display two labels for each bar in highcharts(one inside and one outside)
- highchart data from mysql using ajax
- how to change grid alternate color in highcharts
- How to set column colors, title colors , font size , font family in external css file for highcharts?
- Is it possible to center the labels and data points between the ticks in a datetime xAxis for Highcharts?
- Highchart container does hold inner div
- Highcharts - two different values are being overlapped
- How could I edit the color of the data elements in highchart graphic?
- Highcharts in Node
- Highlight slice of a pie chart in highcarts