Questions tagged as 'highcharts'

1
answer

Highcharts: how to make the graph appear even without data?

I've integrated the Highcharts chart with a tree. Then, when you select a hierarchy in the tree, the chart automatically loads with the selected information. But when there is nothing selected in the tree, the graph disappears. Would you like...
asked by 20.10.2015 / 14:04
2
answers

How to insert caption with quantity

Hello. I have a highcharts graphic and I need to enable caption with quantity so it makes it easier to preview at the time of printing because the quantity is only showing up when I mouse over and the quantity does not print. <html> <...
asked by 13.08.2014 / 20:38
1
answer

Change the Google Charts subtitle line

I'm currently using the Google API to generate some graphs, but I noticed that when there are small percentages, eg 0.94%, 1.2%, it makes reading the labels a bit confusing, "one in top of the other ". Is it possible to change the "Path" line of...
asked by 17.03.2016 / 17:39
1
answer

Wrong width in chart div

I'm trying to make an effect of when I choose an option in the select, I show the corresponding div with highchart . You have 2 problems: 1- The width of the chart is not completing the width of the div correctly. 2- I can not think...
asked by 26.04.2014 / 15:32
3
answers

jQuery highcharts multiline

I have an MVC application and would like to clarify some doubts on how to implement a chart with the database data. I'm using jQuery to get the values from the database, but I did not understand how to grab these values and generate a graph usin...
asked by 14.02.2014 / 14:24
1
answer

JSON Structure for HighChart Line

I would like to know what would be the correct structure for creating a LINE chart in HighCharts with dynamic data: Example link Home I have values that I want to show in a row, its evolution during the months, but I do not have all the months...
asked by 03.06.2014 / 18:56
1
answer

Highcharts limit the amount of items that will be displayed in categories on the Y axis

I have the following chart in Highcharts, I wanted to limit the amount of items that will be displayed on the Y axis, for example in 7 items, which will always show the first and last items of the categorias variable. JSFiddle $...
asked by 20.09.2018 / 18:56
0
answers

How to use Data array in Highcharts?

I did this simulation ( jsfiddle too): $(function() { $.ajax({ url: "https://www.json-generator.com/api/json/get/cqueInyKdK?indent=2", type: 'POST' }).done(function(makeTheDO) { console.log(makeTheDO); //data...
asked by 27.03.2018 / 20:05
0
answers

How to feed highcharts with myqsl data?

I'm trying to create a graph using Mysql and Highcharts, but I'm having trouble, I need to replace morris with highcharts, the bar graph, follow php code; function fazerScriptChartArea($dataIni, $dataFim) { global $conn2; require_once...
asked by 06.05.2018 / 23:34
0
answers

HighCharts with problem

I'm having trouble working with highcharts. Sometimes when deploying it stays this way, as shown in the image above, with the wrong categories. I checked the code and it does not seem to be the problem, I think it's something in the librar...
asked by 27.06.2017 / 15:39