charts Questions

2

Solved

I'm using Chart.js to generate some charts. The line chart requires labels. I can't seem to figure out a way to change the color of those labels. var chartGood = "rgba(50,182,93,0.5)"; var lineCha...
Hum asked 19/3, 2014 at 17:0

3

Solved

I get a strange error in ChartJS and have no idea how to fix it, due to the error I can't change anything about the scales. My Code (Sensor.tsx): import { useParams } from "solid-app-router&qu...
Komara asked 17/6, 2022 at 19:46

5

Solved

I am trying to add a pie chart to my winforms application - but the only chart I can find in my toolbox is the regular bar chart. Is there any way to form this bar chart as a pie chart or add a p...
Fanny asked 3/9, 2012 at 15:36

4

Solved

I was able to add an offset to the X Labels but I would like to add an offset to all the points in the dataset. Is it possible? This is the code I'm using: var myChart = new Chart.Line(ctx, { ...
Tremor asked 26/9, 2016 at 10:12

3

Solved

I've got a lightweight chart setup that looks like this. I want to add some kind of configuration so that the chart can show me the local time as opposed to the universal time being passed by a Uni...

2

Let's consider as an example that I have the following adjacence matrix in coordinate format: > edge_index.numpy() = array([[ 0, 1, 0, 3, 2], [ 1, 0, 3, 2, 1]], dtype=int64) which means that t...
Gudrun asked 17/4, 2020 at 15:9

5

Solved

I have drawn a line chart using chart.js. For the labels and datasets i am getting values from the database. I am new to chart.js and its very powerful library, yet i am unable to completely unders...
Transport asked 9/3, 2017 at 9:46

2

Solved

Question Is there any way to add labels to the individual bubbles in a Chart.js bubble chart without resorting to displaying tooltips at all times? Background The chart data is for visualizing o...
Idona asked 21/12, 2016 at 1:28

10

Solved

Anyone know how to get x-axis labels to be vertical with Google Charts API? I need to fit a lot of labels in a small chart.
Erotomania asked 24/4, 2009 at 17:9

13

Solved

I am trying to use the basic example of NG2-Charts (http://valor-software.com/ng2-charts/) I copy pasted the HTML part <div style="display: block"> <canvas baseChart [datasets]="barCh...
Mackenzie asked 13/10, 2016 at 8:49

2

I want to synchronize pan and zoom on multiple charts. I'm been using Chart.js with chartjs-plugin-zoom. charjs-plugin-zoom calls an event with the onZoom callback function. So, the values ​​at bo...
Tourist asked 1/11, 2019 at 2:37

8

My question is about a specific Graphs and Charts Building Tool call AMCHARTS. I am using their live editor to build a Graph, and I need to remove the vertical lines (leave the horizontal lines onl...
Groundwork asked 17/2, 2016 at 16:22

3

Solved

I am trying to set up a Chart.js line graph with the following code. Where in this do I place the Chart.defaults.global = {} or Chart.defaults.global.responsive = true; code? Chart.js docs can be ...
Nasia asked 8/9, 2014 at 12:40

7

I have used this code in ts export type pieChartOptionss = { series?: ApexNonAxisChartSeries | ''; chart?: ApexChart | ''; legend?: ApexLegend | ''; dataLabels?: ApexDataLabels | ''; responsiv...
Numeral asked 31/3, 2021 at 10:45

3

import matplotlib.pyplot as plt import numpy as np labels=['Siege', 'Initiation', 'Crowd_control', 'Wave_clear', 'Objective_damage'] markers = [0, 1, 2, 3, 4, 5] str_markers = ["0", &quo...
Lifeless asked 20/10, 2018 at 21:17

3

How can I set the margin between X-Axis and the label (in my case 'dd.mm.yy' ? That is my AreaChart: <AreaChart width={600} height={400} data={data} connectNulls={true} margin={{top: 2...
Gilburt asked 7/3, 2017 at 10:53

1

Solved

Have a single nodejs project using a PDF generator, and need paste a bar chart into it, but the project runs on a desktopless server. Have any library or method to create a bar chart image on nodej...
Perambulate asked 19/4 at 22:44

2

Solved

I am trying to change the color of the individual bars of a waterfall chart using R Plotly. More specifically the first and the last bar, I want it to be blue and yellow respectively. So in the bel...
Casemate asked 18/11, 2019 at 7:14

7

// Load the Visualization API and the piechart package. google.load('visualization', '1.0', {'packages':['corechart']}); // Set a callback to run when the Google Visualization API is loaded...
Colchicum asked 12/3, 2012 at 3:37

2

Solved

With my google Chart I use this options: chartOptions: { hAxis: { title: 'Tasks' }, vAxis: { title: 'Duration' }, animation:{ duration: 2000, startup: true }, colors: ['#6f9654'] } ...
Erythrite asked 1/11, 2018 at 16:9

2

Solved

I have a plot (made in R with ggplot2) that's the result of some singular value decomposition of a bunch of text data, so I basically have a data set of ~100 words used in some reviews and ~10 cate...
Combinative asked 26/5, 2019 at 23:2

8

Solved

I'm making a homepage using, Bootstrap, JQuery and Chart.js (v2). I had my implementation working using v1, but recently just got into Bower and downloaded v2 using that. I'm making a grid of 4 co...
Piecework asked 20/4, 2016 at 16:11

1

I am fairly new to Power BI and I have to implement a dashboard which I already have in excel. I am trying to show the transition of some products. The example shown is for demonstration. Basically...
Lizzettelizzie asked 9/5, 2019 at 12:37

3

Example How to display data on top of line chart issues faced while implementing: chartjs Plugin "chartjs-plugin-datalabels:1.0.0" import is throwed below error TypeError : Cannot read p...
Polygamous asked 19/6, 2021 at 12:39

2

Solved

I have a dataset which has around 60 x-axis labels. My line chart is not displaying all the labels in my x-axis. var ctx = this.refs.basicXYChart; var config = { type: 'line', data: { xLabels...
Chanticleer asked 6/8, 2017 at 6:16

© 2022 - 2024 — McMap. All rights reserved.