Questions tagged as 'highcharts'

0
answers

Problems with the template to generate a graphic using highcharts with bottle

I am working with the framwork bottle for the first time, I want to generate a pie chart using highcharts , for it I pull the data by means of a query in a database SQL-Server , then I transform them to Json , this is m...
asked by 30.05.2018 / 23:53
0
answers

Highcharts in Symfony 2.8

I have been trying for some time to use this Highcharts library in a personal project that I am developing in Symfony 2.8 . I have searched the bibliography and when trying to follow the steps for the installation of the OBHighchartsBundle bu...
asked by 23.05.2018 / 21:59
0
answers

Hide categories in Highcharts "Donate" graphic

I'm working with the highcharts library using the "Dona" type graphic. The point is that I divided it into categories within the categories and I need to hide one of them and I can not do it. Thank you in advance. example: link var color...
asked by 17.05.2018 / 17:35
2
answers

Load Json data with Ajax and Highcharts

I have this .json :    [ { "id": "bitcoin", "name": "Bitcoin", "symbol": "BTC", "rank": "1", "price_usd": "9433.76", "price_btc": "1.0", "24h_volume_...
asked by 08.05.2018 / 12:34
0
answers

Pass more than two data in laravel and highcharts

I'm running a query by laravel to bring me an average consumption, and the months according to the parameter that I'm sending that is the year, to show them in highcharts shows me but I want you to show me the sum of the initial number , is ther...
asked by 01.03.2018 / 17:16
0
answers

Change values of php variables when changing the select value

I have a series of queries which all depend on the period 'FY' and in turn quarter 'Q'. What I want to do is use two selections and when the user selects the period and quarter that he wants to see, he changes the results collected from the data...
asked by 28.02.2018 / 19:01
0
answers

implement themes for highcharts graphics

I have a total of 7 elaborate bar graphs and those graphs I want to put the same theme, but when I do I switch to lines and I do not want that, I would like to please help me, here I leave one of the many codes to generate the graphics functio...
asked by 21.02.2018 / 21:51
0
answers

Pass numeric data to a highcharts chart with laravel

I'm sending a json via javascript and I send them to the laravel driver, all right up there but when I go back to elaborate the graphic in the lower part it shows me some numbers but not the dates and I do not know what I have to do to show me t...
asked by 23.02.2018 / 14:45
0
answers

Hide series, showing only one in the tooltip in Highcharts

I have several series in a Highcharts graphic but I only want to show the values of one of them in the tooltip. How would it be done? Now with this code I show all the values of all the series: tooltip: { formatter: function() {...
asked by 23.02.2018 / 00:28
0
answers

Show with a graphic in laravel

I need help, what happens is that I'm making a graph by means of highcharts in laravel but I do not have the slightest idea of how I get an amount, it turns out that the graph I'm doing is to obtain which farm had the most amount of pigs started...
asked by 15.02.2018 / 23:00