Most voted "highcharts" questions
It is a graphic library developed in Javascript, providing easy and quick to add interactive graphics in web applications.
Learn more…96 questions
Sort by count of
-
1
votes1
answer43
viewsRemove shadow when hovering the mouse in the Highcharts chart column
I’m not being able to identify why this "shadow" is appearing, the risk when I hover over the graph, this happens to all the others that are 3D. Follow code and image of what is happening: function…
-
1
votes0
answers119
viewsCustomize gauge with C3.js
Hello, I am developing some dashboards with the c3js library and the need arose to create a "gauge" chart with pointer and color areas according to the value. From what I’ve researched, there’s no…
highchartsasked 6 years, 1 month ago Israel Merljak 943 -
1
votes1
answer340
viewsAs for two values in highcharts
I set up 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;…
-
1
votes1
answer260
viewsHigh charts in php and mysql
I am trying to create dynamic highchart charts in php and mysql. I started by creating the database queries: $query = "SELECT Descricao, COUNT(Descricao) AS Tarefa FROM raddb.Tarefa AS A LEFT OUTER…
-
1
votes2
answers88
viewsSend data by json with highcharts
I’m creating charts with highcharts in my project, but I’m struggling to send more than two values per json. I will now explain: Page where I send the data by json: $stmt = $conn->prepare(SELECT…
-
1
votes1
answer32
viewsGroup mysql results
Good evening, I need to make a query in the table below: But bring me the result of how many type = E , type = S grouped by month, this result I will play in a chart that will display by month how…
-
0
votes1
answer575
viewsHighcharts - Display tooltip in column equal to 0 or no value
Hello! At one time I implemented Highcharts in the Framework in my company, and I can say that we are super satisfied with it. But we have a problem that we don’t know how to solve. In column…
-
0
votes1
answer108
viewsAutoload error when using Highchartsphp
I’m including in my Komposer "ghunti/highcharts-php": "~3.0" and after that my autoload stops working resulting in the fatal error below, which could be? Fatal error: Call to Undefined method…
-
0
votes1
answer528
viewsError generating Pie Chart "pie" in ASP.NET MVC highchart
I’m having trouble generating a pie chart in the style of Highcharts. I have the following code to generate the series: if (vlrTot1 >= 0) { Dictionary<string, object> aSeries = new…
-
0
votes1
answer116
viewsIs it possible to add Owlcarousel to Highcharts?
I have a slider made by OwlCarousel I want you to run pizza graphics rendered by HighCharts. I mean, I have 4 pie charts With subtitles, and I want you to play 4 pies, also without the legend only…
-
0
votes1
answer73
viewsHow to bring the selected ball forward (z-index major) in Highcharts?
In the series, I have the event legendItemClick, that when I click on the caption he arrow the ball as Hover. I wonder how I do to bring the same forward? legendItemClick: function () {…
highchartsasked 9 years ago Ysabelle Sousa 339 -
0
votes1
answer75
viewsSQL Server and JSON to generate Highmaps: query very long and difficult to handle
I built the query below to have a JSON output for Highmaps (Highcharts), but it is very laborious and I would like to modify, if possible so that it is smaller and easier to change it: select…
-
0
votes1
answer120
viewsHighcharts Xaxis label on top of tooltip
I’m having a problem, where the chart tooltip is always getting below the Xaxis label. I would like the tooltip to be above the label. http://jsfiddle.net/toninho09/83gkze29/1/…
-
0
votes0
answers79
viewsHow to Combine Multi Bar Chart with Scatter Chart on JS Highcharts
Hello, I’m trying to make a multi bar chart combined with a scatter. See link: https://jsfiddle.net/r0duyz8b/2/ I’m sure I’m not doing it right, because if I click to hide one of the populations,…
-
0
votes1
answer54
viewsUploading Downloaded Image to Direct Server - HIGHCHARTS
I am using an API called highcharts, in it I bring graphics and I can download images of it in png, I would like to know if there is a way to make when I download this image that same image stays in…
-
0
votes1
answer32
viewsHow to Catch SGV’s Highcharts
I need to configure my http to generate highchart graphs, after this configuration this server receives a sgv or json to save my chart on as png, how to get the sgv generated by the highchart?…
-
0
votes0
answers190
viewsHow to put multiple series in 3 dimensions in a highchart correctly?
My goal is to create a chart where I have the name, quantity and period. I am using Dotnet.Highchart in C# Webforms. My chart currently looks like this: And I even know why it’s like this, I’m just…
-
0
votes1
answer542
viewsHow to show data coming in the database on a Highcharts chart in ASP NET MVC
Good afternoon, I’m trying to show information coming from the bank in a Highchart chart, but even though I can integrate it into the project, I can’t pass the values of the information coming from…
-
0
votes0
answers31
viewsExport menu highcharts cutting
Items from the highcharts export menu are cutting, does anyone know how to fix this problem? What if the highcharts have something native to it?…
-
0
votes2
answers964
viewsA different color for each highcharts column
I have a horizontal bar chart from Highcharts, I would like each bar to have a color, only I mount them only with a series using a database query, in which case I can only pass one color to the…
-
0
votes0
answers35
viewsError importing records from database to chart
In my old system I had a hightcharts chart that imports the record values of my database table, however, when using the same model in another system, the following error started to appear: Notice:…
-
0
votes0
answers83
viewsOptimize highchart chart chart
They asked me to add in my system a chart to compare 47 services and I opted for the highchart, however, in addition to the graph not working is with more than 5,000 lines of code, I need to reduce…
-
0
votes1
answer115
viewsHow to communicate data from my database with chart (Highcharts)?
I am beginner in php, I am trying to supply my graphic with information from my bank.…
-
0
votes1
answer74
viewsGraph that feeds on database data
I have a system that shows a table that prints each record with a button on the side responsible for opening a modal. I would like inside this modal to have a graph that compares the data of the…
-
0
votes1
answer23
viewsSankey highchart - Skipping columns
I’m implementing a Sankey Diagram using Highcharts JS and I’m trying to put a row that accesses the first column to the third column. That’s possible? For example: http://jsfiddle.net/morn2e4g/18/…
-
0
votes0
answers32
viewsVue.js - Drilldown highmaps
Hello, I’m trying to create a Map with Drilldown equal to the link below: https://www.highcharts.com/maps/demo/map-drilldown But in Vue.js, and I didn’t find anything about it for Vue.js, has anyone…
-
0
votes1
answer441
viewsChart of hours on Highcharts?
I’m trying to make a chart similar to this one and I’m not getting it. Could someone help me? Remembering that the table can be ignored, I just wanted the chart same.…
-
0
votes0
answers147
viewsHow does the Highcharts License work?
I am developing an intranet for a company that is my client. For now it is only a prototype, only in the future will be marketed. On this intranet there are interactive graphics whose codes come…
-
0
votes1
answer122
viewsWhen you place several graphs on a page, the graphs repeat the points of the previous one
I am developing an application using Angularjs and Highcharts, which: 1-Recovers a list of objects from a Webservice function getColetorPorSala() { webService.getColetores($scope.device,…
-
0
votes1
answer470
viewsLine chart on Chart, highchart or char-google
I am new here in the forum, but I came across a problem, I wanted to know if it is possible to develop a line chart, but mark certain areas, equal to the graph of the normal distribution, I have…
-
0
votes1
answer37
viewsPhp variable for javascript
I am using Highchart to create charts, however I am not able to pass the value of data through a php variable: series: [{ name: 'Tendência', data: <?php echo $encodeValorTendencia; ?> },{…
-
0
votes1
answer164
viewsreturn of a PHP page for high chart montage
I’m putting together a chart highcharts dynamic, but I have a problem, I need to take a value of a PHP page and put in the point y of the graph, for this I use a function javascript called a priori…
-
0
votes1
answer47
viewsDate on a Highstock Chart
I’m trying to create a graph with the framework Highcharts, to create a chart, which framewor itself makes available, highstock. I’m trying to generate a graph like line, the values are correct, but…
-
0
votes1
answer961
viewsHighchart chart importing table values from the database
I have a system where students are enrolled in training classes, every enrolled student is "scheduled" to attend and when he attends, in addition to scheduled he "held". What I want is to make a…
-
0
votes1
answer150
viewsGraphs highcharts plotting the dates which are the values valid for the month
I’m charting a graph that the date entries don’t match with the plotting. Example when I enter the date information 10/12/2017 it plots how (January 10, 2017) to correct this? Loading is done…
-
0
votes0
answers57
viewsHighcharts does not read JSON from the Central Bank
I’m using the https://cloud.highcharts.com and I want to create a dynamic chart (live data) using this BCB Json: http://api.bcb.gov.br/dados/serie/bcdata.sgs.24887/dados?formato=json The problem is…
-
0
votes1
answer106
views3D Highcharts column chart with Amcharts appearance
How can I customize the highcharts so that it doesn’t rotate the chart in yes, like Amcharts? The attempts I made were changing the settings alpha: 15, beta: 15, depth: 50, viewDistance: 25 and the…
-
0
votes1
answer82
viewsPass Mysql result to Highcharts
I have the following array, and I need to convert it for Highcharts to interpret and generate the chart, as I can iterate my array, since it returns the duplicate region but with different sale…
-
0
votes1
answer64
viewsFailed to load Highchart data into Laravel
I’m trying to make a simple chart that displays the Daily Total Sales. <body> <script src="{{asset('onboard/Scripts/highcharts.js')}}"></script> <script> const data = []…
-
0
votes1
answer173
viewsHighcharts with Hours is possible?
I already searched the Highcharts page and I could not find a chart that is of hours, all whole numbers, with comma etc, but I can not find any chart that you have with hours. Someone has some clue…
-
0
votes0
answers79
viewsHelp - highcharts how to make a Dynamic dropdown filter
I’m new around here and I could use some help. I’m starting to develop an HTML Dashboard where it will contain charts and dynamic tables with PHP. I don’t have the content yet but I’m studying and…
-
0
votes1
answer29
viewsHighcharts and C# - Javascriptserializer loses value after postback (with updatepanel)
I am building the category (Xaxis) and the data series in Highcharts through Javascriptserializer. The structure works perfectly when using in Page_load, but when postback (click on Asp button…
-
-1
votes1
answer366
viewsChart per weeks
Hello, I am trying to put together a chart that shows the data grouped for weeks, as in the example below: In this example Domimog had 2 records, Second 2 records, Third 1 record... I’m trying with…
-
-1
votes1
answer397
viewsPopular a Chart.js with ajax.get
Talk guys, I have a question here in my project. I have a graph that is like this: And I want to popular it with the data of a webservice in PHP, which will return a JSON and on each button that it…
-
-1
votes1
answer37
viewsHow to make chart responsive with Highcharts?
I am using React and Highcharts for a project and want to know how to make this chart below responsive? I tried to put maxwidth around the component, but did not succeed. I want him to take all the…
-
-1
votes1
answer38
viewsHow can I present in minutes:seconds the value of a Tooltip that is given in seconds?
The value of the Y series is given in seconds, but I need to present in the tooltip in minutes:seconds. Example: Value in seconds= 320. Value to be displayed in tooltip= 05:20. I made a script to…