Questions tagged as 'highcharts'

1
answer

Different Y axes in Highcharts

I have a comparative chart that has two Y-axes with different values, which compromises the comparison. I would like both axes to have the same value, how could I solve this problem? Follow the chart: <script type="text/javascript">...
asked by 06.10.2017 / 15:56
1
answer

Duplicate HighCharts Duplicate Label

How do I duplicate this data inside the circle in red? yAxis: [{ // Primary yAxis opposite: true, title: {text: metrica, x:35 }, labels: {align: 'right', x:35},...
asked by 06.10.2017 / 13:48
1
answer

Highcharts - Line chart with date

Hello, I can not create a chart line using the Highcharts plugin, where the X axis is separated by months (Jan, Feb, etc ...) and the Y axis is the number of new clients based on these months. Below is how my json is formed. [{ "newCusto...
asked by 24.08.2017 / 16:56
1
answer

How do I prevent the Highchart from connecting the ends of the series?

I'm creating a chart using Highcharts that shows results that end in the following month, example December 5, 2015 January 4, 2016 . Asyoucansee,intheimagethereisalinelinkingday5today4oftheothermonth,thatlineonlyappearswhenthedateendsinthe...
asked by 28.12.2015 / 21:22
1
answer

PHP and Highcharts, doubts list series

I made a query with php and I'm iterating with my array using Foreach to set it to Highcharts values as follows: series: [<?php $i =0; foreach($result as $rs) { ?>{ name: '<?php echo $rs['ConteudoNo...
asked by 24.11.2015 / 19:20
2
answers

PHP - Highcharts - PDF

I'm using Mpdf to make some values I've saved in SESSIONS in php become a report, so that's fine, but the page I want to turn into report has Highcharts Js graphics, I do not know how to export those graphics directly for the report that will be...
asked by 17.02.2016 / 18:04
1
answer

Dates with JSON / Highcharts

I'm having a problem with dates when plotting a Highcharts chart using JSON object. Data for date information is being displayed as follows: TheserversendsJSONasfollowstotheclient:[HttpGet]publicJsonResultDadosAtendimentosParticularesPorDe...
asked by 06.01.2015 / 20:42
1
answer

Limit range for displaying the tooltip in area chart with Highcharts

I'm doing an area chart with Highcharts and I need the tooltip to be displayed only when I position the mouse cursor at the point of the series, not the line. Does anyone know if there is any way to do this? My example: Here Att     
asked by 08.08.2014 / 16:14
2
answers

Array in JavaScript does not work on pie chart highcharts

var conteudodoGrafico = new Array();//cris gráfico for(x in data['linha']) { conteudodoGrafico.push('["'+data['linha'][x].nome+'", '+ data['linha'][x].enviado+']'); //cris grafico } conteudodoGrafico = ("...
asked by 15.05.2014 / 18:14
0
answers

Remove Shadow by Hovering the Highcharts Chart Column

I can not identify why this "shadow" is appearing, the risk when I move the mouse on the graph, this happens with all others that are 3D. Here is the code and image of what is happening: function geraColunasSimples(idChart, jsonCategories, yTi...
asked by 23.08.2018 / 16:04