Questions tagged as 'highcharts'

1
answer

Date on a Highstock chart

I'm trying to create a chart with the framework Highcharts to create a chart, which framewor itself provides, highstock . I am trying to generate a line type graph, the values are correct, but the date is wrong. I looked in a file of the...
asked by 27.09.2017 / 18:24
1
answer

Variable in php for javascript

I'm using HighChart to create graphics, but I'm not able to pass the value of data through a php variable: series: [{ name: 'Tendência', data: <?php echo $encodeValorTendencia; ?> },{ name: 'Obtenção', d...
asked by 25.09.2017 / 18:10
1
answer

return from a php page for highcharts graphic assembly

I am putting a highcharts dynamic chart, however I am having a problem, I need to get a value from a PHP page and put in the point y of the graph, for that use a javascript function called a priori of "test" follows the code of the chart: $...
asked by 05.09.2017 / 15:05
1
answer

How to bring the selected ball forward (z-index higher) in Highcharts?

In the series, I have the legendItemClick event, which when I click on the legend it points to the ball as hover. Would you like to know how to bring it forward? legendItemClick: function () {...
asked by 16.11.2015 / 17:32
1
answer

How to show data coming from the bank in a Highcharts chart in ASP NET MVC

Good afternoon, I'm trying to show information coming from the bank on a Highchart Chart, but despite being able to integrate it into the project, I can not pass the values of information coming from the bank to the chart. If someone has alre...
asked by 22.08.2015 / 22:03
1
answer

Is it possible to join the OwlCarousel to Highcharts?

I have slider made by OwlCarousel I want them to pass pie charts rendered by HighCharts . That is, I have 4 pie charts With subtitles, and I want that when passing the 4 pies , also without the legend in Mobile....
asked by 03.06.2015 / 13:06
1
answer

Error in autoload when using HighchartsPHP

I'm including in my ghunti / highcharts-php composer: "~ 3.0" and after that my autoload stops working resulting in the fatal error below, what could it be? >    Fatal error: Call to undefined method   Composer \ Autoload \ ClassLoader :: se...
asked by 03.12.2014 / 12:18
1
answer

Failed to load Highchart data in Laravel

I'm trying to make a simple chart that displays TOTAL Daily Sales. <body><scriptsrc="{{asset('onboard/Scripts/highcharts.js')}}"></script> <script> const data = [] const total...
asked by 01.12.2018 / 04:03
0
answers

Displaying Time in Highchats

I'm developing a page and in case I need a sequence of graphs that will display certain results, the problem is that one of the charts is relative to the amount of hours and I need to display that amount of hours. In case, these data are coming...
asked by 28.11.2018 / 03:06
0
answers

Highcharts Pie Chart

I created a graph Highcharts Pie but only displays the text Slice, as replaced by the text that I need. Here is my code: public ActionResult Grafico() { DotNet.Highcharts.Highcharts columnChart = new DotNet.Highchart...
asked by 26.11.2018 / 15:26