Questions tagged as 'chart'

0
answers

Insert values in the chart

I'm trying to put the values in the bar chart, but I'm not getting var especialidade = []; var totais = []; function especFn() { $.ajax({ url : 'function/especialidade.php', type : 'post', dataType : 'json',...
asked by 21.08.2017 / 23:36
0
answers

Chart.Js mousehover action

Hello, I would like to know how to increase the size of the "caption" in the mousehover action of the Chart.Js library .. I read and did not find in the documentation, would anyone know? Follow the picture of how you are currently: Notic...
asked by 07.07.2017 / 14:33
0
answers

With loading a google chart using Spring MVC

I have a jsp page with the following code that uses google charts and shows the graphs on the jsp page. When I use a servlet as a controller it works perfectly. <%@page contentType="text/html" pageEncoding="UTF-8"%> <!DOCTYPE html>...
asked by 09.05.2017 / 21:05
1
answer

Line chart chart, highchart or char-google

I'm new here in the forum, but I had a problem, I wanted to know if it's possible to develop a line chart, but it marks certain areas, just like the normal distribution chart ,IalreadytriedwiththechartsbutIonlymanagedtoarriveataresultalittlebitl...
asked by 14.06.2017 / 03:57
1
answer

How to make a responsive tapered table?

I'm trying to do similar to this image: Here a Fiddle as far as I could go The data will be dynamic, and I need the corners to be rounded. I accept other alternatives or suggestions for mounting this table.     
asked by 17.12.2018 / 15:59
1
answer

Improve visual information in Chart.js

I'm developing a system and I use chart.js to generate my charts. However, at the usability level, it is bad because it does not show all the information in the columns. LookingatthechartaboveapparentlyshowsthatinformationexistsonlyintheTota...
asked by 15.03.2018 / 14:51
0
answers

How to put text on top of a "datapoint" chart chart?

Hello, I have the following graph: Iwanttodothis: Thecodeforthepage: var yLabels = {0: '', 4: 'Pessimo', 6: 'Trancamento', 8: 'Ruim', 14: 'Excelente', 12: 'Mobilidade Acadêmica', 10: 'Regular', 16: 'Sucesso', 2: 'Fracasso', 18: ''}...
asked by 29.11.2018 / 12:58
0
answers

Changing the font size of the title of a LineChartModel graphic

I need to change the font size of the chart title, so far I have this: <script type="text/javascript"> function alterarLegend() { this.cfg.highlighter = { tooltipAxes : 'y'...
asked by 02.10.2018 / 15:01
1
answer

How to change the legend of a Primefaces line chart?

I'm looking to change the font size and legend square of a Primefaces chart via JavaScript. My code: <script type="text/javascript"> function alterarGrafico() { this.cfg.highlighter = { tooltipAxes : 'y'...
asked by 27.09.2018 / 15:44
0
answers

Display two custom graphics (image in the pointers) on the same page as Chart.js

I made an application that displays a chart (Line) from the Chart.js library. According to the value of the "date" attribute, the pointer may vary: below 25 a triangle is displayed and from 25 upwards an image is displayed, which in this case is...
asked by 11.09.2018 / 03:37