Questions tagged as 'highcharts'

1
answer

Doubt about highcharts and php

For styling a web page, I often use the highcharts graphics with information from a mysql database via php. For those unfamiliar with highcharts, here's a sample code below. Highcharts.chart('minhadiv', { chart: { type: 'bar' }, xAxis: {...
asked by 24.05.2018 / 13:17
1
answer

Get external HTML code Render

I am putting together a PDF and in this PDF I have to put a graph that is being done by Highcharts . I created an HTML and JS code, and it is creating the right one, the problem is that I need to get the HTML code of this rendered graphic...
asked by 13.11.2017 / 17:48
0
answers

Highcharts JSP AND JAVASCRIPT

Good morning I'm doing a chart using the Highcharts library, I implemented it statically to run the tests, but now I need to pass the database information to it. I have read and saw that there are several ways, by XML, by Json. I wanted to know...
asked by 03.08.2017 / 15:10
1
answer

Generating graph from a TxT HTML [closed]

How do I get the data from a txt file and play in html to generate a chart ?? I'm using that HighCharts tool, and I'd like to know how to play the values on the date, so I can generate the chart. series: [{ name: 'Sensor 1', data: [...
asked by 22.06.2017 / 05:35
1
answer

Error displaying data on Highstock chart

I have a Highstock graph where I create a CSV from my database to then show this data in the chart, but it turns out that the graph only recognizes CSV if after CSV is created and when I open CSV . Also, it also...
asked by 29.04.2016 / 11:13
1
answer

How to force a click on a highcharts point?

I have a page that from the click of a point on the highcharts chart, displays certain details in a table. For a certain type of user profile, I need these details to be displayed as soon as this user logs in. So I would like to know if th...
asked by 03.03.2016 / 14:03
0
answers

Add label on high charts using html table

I'm not able to add a label in my type pie chart from my HTML table. Is it possible to do this? grafico.grafico007 = { getData: function() { url = ajaxurl + "Relatorios/rel007"; data = grafico.getDataPadrao(); $.get(url, data,...
asked by 16.12.2015 / 14:34
0
answers

Highcharts jQuery.getJSON

I want to build a graph using Highchar, where I get Json, but when I create the graph, for example: "column", the bars are not displayed. I loop because the data is received from a table with several columns. Here is the code for better under...
asked by 08.09.2015 / 04:17
0
answers

Drilldown with two types of graphics using Highcharts?

I have a chart with drilldown and I would like the drilldown chart to display data using columns and rows, on the same chart, Everything I have tried so far has not worked out, and I only find examples of graphs of a kind going to graphs of an...
asked by 30.07.2015 / 20:12
0
answers

Values of proportional Y

Hello,howdoIleavethevaluesofY|proportionalwithoutchangingthevaluesforbettervisualizationofthedata$(function(){$(document).ready(function(){Highcharts.setOptions({global:{useUTC:false}});varsocket=io();socket.emit('acc','operacoes');socket.on('op...
asked by 21.11.2014 / 14:45