Questions tagged as 'highcharts'

1
answer

Show several highcharts in a web form of aspx

I have been testing the highcharts on asp.net and they have worked well for me by defining them in the following way In the .aspx: <asp:Literal id="chrtMyChart" runat="server"></asp:Literal> and in the .aspx.cs: public void...
asked by 08.11.2016 / 16:10
1
answer

How to format a string without escape characters

I'm using R (RStudio) to make a graphic using Shiny and rCharts, the highcharts library. I want to make a bar chart and put an image in the labels of the X axis instead of a string. What I want in the final code of the graphic is, in the H...
asked by 24.10.2016 / 17:07
0
answers

Problems with special characters in Highcharts and json

I have a datos.json file that contains data in Spanish with accents and other special characters. When using it in a Highcharts graphic, it displays the accents and eñes with question marks. Needless to say, the .html file contains a...
asked by 12.12.2016 / 15:02
1
answer

Use property Time highcharts React

I try to see that on October 28, when the time change is made, I am shown on a graph highcharts twice the time 02:00. I've got it working for me with javascript and using the momentjs library: link The problem comes when I try to...
asked by 23.12.2018 / 00:30
3
answers

Total cleaning of div tag

Good afternoon everyone, I'm working with highcharts graphics, everything works fine, but I have a problem. I'm using Ajax to create all the charts, however the "standing" chart has certain "little mistakes" that do not let me make it so dynamic...
asked by 19.07.2016 / 00:37
1
answer

How to change the colors of the columns of my graphics in High Charts

I have the following code, which is double Y axis ... but what I'm looking for is that when the columns are greater than 100, I change color, but I do not know how to introduce a color to a bar , since in the code of highcharts the color is the...
asked by 19.10.2018 / 19:53
1
answer

The node of an object does not exist

I'm doing some tests with Highcharts and I'm creating the nodes separately and not all together as they do. var obj = {}, data = [], series = {}, labels = ['Culiacán', 'Durango', 'Mexicali', 'Monterrey', 'Michoacán', 'Nicaragua', 'Tijuan...
asked by 21.06.2018 / 20:04
1
answer

Graph in Highcfarts with 2 Axes

I want to be able to graph two or more categories (series) in a single graph with very different magnitudes, for this I know that 2 Y axes are required, for example that in the left part there is a scale of up to 100 and in the right part a scal...
asked by 24.10.2017 / 15:17
1
answer

two or more graphics in real time highcharts

I'm looking for help with some graphics in real time with highcharts. There are more than two graphs on the same page. The error is that I get both points on the same graph. <!-- 1grafico --> <div class="container" id="container" name...
asked by 13.08.2018 / 18:50
0
answers

Graph time on axis x Highcharts Stacked chart

I found this kind of stacked chart in the Highcharts examples, but I would like instead of having static labels on the X axis, to have a timeline. This is the example: link Thanks     
asked by 18.05.2018 / 20:51