charts Questions

2

Solved

I have been using very basic LineChart that renders like this: As you can see, the Money label is overlapping with the ticks. What is the best way of avoiding this? Source of the LineChart: cons...
Apulia asked 21/1 at 4:38

8

I am creating a bar chart using chart.js. but this chart look blurry in my screen. Below is my html and js code: <canvas id="myChart" style="padding-left: 0;padding-right: 0;margin-left: auto; ...
Mustard asked 28/10, 2015 at 7:39

6

Solved

I am using chart js ( https://www.chartjs.org/ ) for charts. I checked all option in document but did not find how to hide title color box. Please see attached image
Arabia asked 2/7, 2019 at 6:12

3

I will draw a line chart by echart library. When I draw a chart, it shows grid too. I do not need grid, but I cannot remove it. I have checked out Echart options and I know that grid:{show=false} i...
Correy asked 26/10, 2018 at 14:37

6

Solved

I know that my question will be very similar to other ones already asked on SO but as I can't find a satisfying answer, I try my luck ! Does so know whether it's possible or not to generate charts...
Eudemonism asked 5/3, 2010 at 10:9

6

Solved

I am using chartjs and datalabels I have achieved everything I needed from chartjs and its plugin. Here is my final out Here is my code ( function ( $ ) { "use strict"; /////////////Pie cha...
Rheingold asked 13/10, 2018 at 22:40

4

I'm trying to use ECharts to render a simple doughnut chart which I've been able to do. I've noticed by default that the legend will hide the data item on the chart if it is clicked. I want the us...
Molech asked 16/3, 2018 at 15:44

1

I have create a custom series type to display the labels in Y Axis. When the label is large, then text is overlapping the main grid. I need to clip that overlapping text and also need to provide a ...
Hyperform asked 19/5, 2021 at 19:10

3

Solved

Draw a basic line chart using Chart.js version 2.8.0. Observe the rightmost data point is cut off. But the leftmost data point (the first data point) looks intact. I’ve changed the size of the ...
Wean asked 28/7, 2019 at 12:16

2

Solved

I was trying to disable animation in this way: <ResponsiveContainer width="99%" height={300}> <LineChart isAnimationActive={false} animationDuration={0} height={300} width={400} data=...
Ronna asked 13/6, 2019 at 12:0

17

Solved

I need a reasonably smart algorithm to come up with "nice" grid lines for a graph (chart). For example, assume a bar chart with values of 10, 30, 72 and 60. You know: Min value: 10 Max value: 72 ...
Demarcusdemaria asked 12/12, 2008 at 1:54

7

Solved

I have a use case where I pull and plot Forex data in the form of ask and bid on the graph and this is based on minute, hour or day candlesticks and I am only plotting the closing value for bid and...
Shylashylock asked 4/7, 2018 at 20:10

5

I have chart which show 3 types of label I want to keep two of them and want to hide one Invoice Income Report. How can I hide that one label? I am using chart.js v2 var myChart = new Chart(ctx, {...
Katharina asked 14/6, 2021 at 10:3

4

Solved

i am trying to view the value of aces in my chart but i have the following error "'IndependentValue' member is not valid because it does not have a qualifying type name in chartinToolkit wpf " th...
Mcilwain asked 24/8, 2016 at 10:17

11

Solved

Does Chart.js (documentation) have option for datasets to set name (title) of chart (e.g. Temperature in my City), name of x axis (e.g. Days) and name of y axis (e.g. Temperature). Or I should solv...
Linearity asked 12/1, 2015 at 21:5

6

I am attempting to create a line chart where the color of the line (and the points) is dependant upon the value being plotted. For example if the value is above the following thresholds [0, 115, 12...
Fleabitten asked 12/2, 2020 at 14:28

9

Solved

I'm developing a project that is expected to show this graph: http://jsfiddle.net/Kc23N/ When I click a point (tooltip) I want to show a date understandable, not the value in milliseconds. I thin...
Offshoot asked 10/6, 2013 at 22:19

14

Solved

I've got a question regard Chart.js. I've drawn multiple piecharts using the documentation provided. I was wondering if on click of a certain slice of one of the charts, I can make an ajax call d...
Figment asked 8/10, 2014 at 12:46

2

Solved

I want that my y-axis always shows a range from 0-60 even though there are data sets that do not represent the full range. E.g. if I'm showing a data set with values of just 10 and 40 the y-axis ra...
Boner asked 26/9, 2022 at 20:12

2

Solved

EDIT: Modified to add options, and a suggested (from the answer) chartClickEvent, here is a jsfiddle: http://jsfiddle.net/jmpxgufu/174/ Imagine if you will a Chart.js mixed chart with the followin...
Cassaundracassava asked 10/10, 2017 at 17:50

5

I tried every possible way, every form-answer but anything works inmy code. I want yAxes begin at zero and max value is 100 but all my chart begin with other values (see pic). What can I do? var o...
Edee asked 26/1, 2017 at 17:32

2

I've created a shiny dashboard which have a number of tabs each with a few plotly charts set side by side. Because they are side by side, it can be difficult to look into an individual chart in det...
Faceless asked 3/9, 2021 at 9:22

3

Solved

I have user ngEcharts (angularjs plugin of Echarts). When i implement bar chart yaxis labels are cutting off. can anyone point me on the direction to how to prevent this or increase yAxis label ar...
Kneehigh asked 19/7, 2017 at 15:8

3

I have two line graphs that show complementary data over the same time period. Is there any way to send any touch events received by one graph to the other? I essentially want it so that the graphs...
Xenophobe asked 14/2, 2015 at 22:26

4

you'll all have to excuse my ignorance as I have only recently started working with C#. I just have a question about the windows chart control, as I'm encountering a rather dumb problem. I have a ...
Alsatia asked 9/3, 2012 at 21:46

© 2022 - 2024 — McMap. All rights reserved.