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...
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...
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...
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...
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...
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...
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...
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() {...
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...