Questions tagged as 'highcharts'

0
answers

How to resolve Highcharts rendering error in Internet Explorer?

I'm having problems with a Highcharts chart in Internet Explorer (I tested versions 9 and 11). The same graph appears error-free in Firefox and Chrome. See the problem below: InoticedthattheproblemoccurswhenIhavealargeamountofdatatodispla...
asked by 29.10.2015 / 21:24
1
answer

Create dynamic chart using mysql and Highcharts

Personal I'm trying to create a chart using Mysql and Highcharts on a local Xampp server. However, when running index.php only the source code of the page is displayed, not generating the graphic. Following is the database, table, connection...
asked by 14.08.2016 / 19:33
1
answer

HighCharts: Visible does not work

I'm trying to remove oo xAxis with visible: false as shown in documentation , but it is not working. The version of JQuery is: v1.10.2 (2013-07-03) . The Highcharts version is: v4.0.3 (2014-07-03) Excerpt from my chart JS code:...
asked by 26.09.2017 / 16:30
2
answers

How to put legend out of HighCharts chart

Someone doyouknowhowIputthislegendoutofmychart?//CreatethechartHighcharts.stockChart('grafico_relatorio',{legend:{enabled:true},scrollbar:false,exporting:{filename:nome_da_exportacao,chartOptions:{legend:{enabled:true},//inputEnabled:falserange...
asked by 05.10.2017 / 19:35
1
answer

Remove values from the graph bars

I need to get the bar numbers of the graph I'm using, but so far I have not figured out which option I'm going to do. I'm using Highcharts . Follow the image ]Followthecode:Highcharts.Chart({chart:{type:'column',renderTo:"grafico_invest...
asked by 16.07.2016 / 22:05
1
answer

Highchart foot

My question is how to change the highchart pie markers (in the legend) from rectangles to circles and how to group my legend by category, I show the code below: var categories = ['Product', 'Competition'], data = {...
asked by 12.05.2015 / 19:03
1
answer

How to mount a Stackedcolumn100 chart?

I am returning a query from the database to DataTable and serializing it to Json . I use the following method to Serialize my DataTable to Json. public static string ConvertDataTabletoString(DataTable dt) { System....
asked by 27.04.2015 / 21:44
1
answer

As per two values in highcharts

I have created a chart with highcharts where I need to know the percentage of financial input and output. <div id="container" style="min-width: 410px; height: 500px; max-width: 600px; margin: 0 auto; margin-top: 25px"></div> <s...
asked by 12.12.2018 / 20:46
1
answer

Only one chart is displayed per page

I have a page where I should display two graphics, and although the two are working, only the second graphic appears. No error appears, simply one of the two graphs appears as if the other did not even exist. Chart 1: <?PHP...
asked by 10.07.2018 / 15:10
1
answer

how to set spacing on the right axis highcharts?

I have this chart in highcharts: $.getJSON('https://cdn.rawgit.com/highcharts/highcharts/057b672172ccc6c08fe7dbb27fc17ebca3f5b770/samples/data/usdeur.json', function (data) { var startDate = new Date(data[data.length - 1][0]), // Ge...
asked by 24.05.2018 / 16:37