Skip to main content

Questions tagged [charts]

Charts are a graphical representation of data, most often in the format of a graph or diagram. Use this tag for questions about using a charting library API.

0 votes
0 answers
11 views

Start X-axis from custom timestamp instead of 00:00:00 in lightningcharts js

I have a requirement where I have to show the old recorded data with timestamp. Since the x axis always starts from 00:00:00. Is there a way to start it from any time lets say 06:23:20 and then ...
Anish Arya's user avatar
0 votes
0 answers
10 views

How to add legend list on BoxPlotChart (AmChart4)

I'm using a XYChart of AmChart4 to draw a BoxPlot chart q1, q3, median, max, min Sum Value is a LineSeries and displayed by the purple dot. I want to add all the value on the X-Axis to the legend ...
Sao Bui Van's user avatar
0 votes
0 answers
20 views

Show dataset by dataset bars/lines in chart.js [closed]

enter image description here enter image description here I want to show bars/line points grouped by dataset. it should show dataset by dataset bar/lines. currently it shows all togather. I want it to ...
Dilip Tarkhala's user avatar
0 votes
2 answers
25 views

How to have line span from 2 points in chartjs?

I currently have a chart with a dynamic line and a horizontally static line: Right now, the code manually types out the horizontal data points 50 times: var data1 = { datasets: [ ...
Rohan Shah's user avatar
0 votes
0 answers
10 views

Adding new chart series but excluding them from the legend

VBA. I'm trying to edit a chart by adding multiple new series to indicate when certain phases begin at certain times. I've done this by writing code that creates series using x values of the date i.e. ...
Miles Baker's user avatar
0 votes
0 answers
35 views

Chart.js 2.9.3 - Issues with time-based charts and zooming

I have a problem with chart.js 2.9.3. The program is quite simple: You must choose a time period You must choose whether the X axis will be spatial (kilometers) or temporal (dates) You must choose ...
Bruno brunko_hacks Bruno's user avatar
1 vote
0 answers
22 views

Vico Charts in Jeptack Compose

type here. LaunchedEffect(Unit) { withContext(Dispatchers.Default) { while (isActive) { modelProducer....
Yusufjon Akhmedov's user avatar
0 votes
1 answer
31 views

How to avoid plotting a box when number of abservations is too low with seaborn boxplot?

I'm using seaborn boxplot to plot a bunch of boxes representing some errors when varying a variable that ranges from 0 to 30. When that variable is low, like 0, 1 or 2, I have a lot of observations to ...
Juan Felipe Salamanca Lozano's user avatar
0 votes
0 answers
21 views

Flutter fl_chart LineChart erroring out with more than a 4 day data differential

More specifically, the error I'm running into is: Execution of the command buffer was aborted due to an error during execution. Too much geometry to support memoryless render pass attachments. (...
liamhp's user avatar
  • 205
0 votes
0 answers
21 views

manage of pointer in excel [closed]

in excel (Microsoft 365) in windows 11 when I click "select data" in chart I move to the beginning of range and stay there after exit. I didn't have such problem in mac and think that is ...
Sergey Loukoianov's user avatar
0 votes
1 answer
39 views

Apache Echarts Change Legend how to add alternative behavior for select

I have a chart where now by default in the legend when you click on an item it disappears in the chart instead of that I want to achieve when you click on the item you see only that item in the chart ...
DMT PYTN's user avatar
0 votes
0 answers
16 views

How to descending order Maximum aggregated value at the top minimum aggregated value at the bottom in the chart like the image

To render the chart using Dimple.js, ensure the maximum aggregated value appears at the top of the chart and the minimum aggregated value at the bottom. Current output: While rendering the chart using ...
Hariharan Ganesan's user avatar
0 votes
1 answer
42 views

How to creat chart use google apps script

I want to use google apps script to creat line chart, like below pic 1. The x-axis from left to right is 0 to -90, the interval is -10, and the y-axis from bottom to up is 0, 100, 200 to 800, the ...
WCJ's user avatar
  • 47
0 votes
0 answers
43 views

D3 scaleTime getting really strange dates

I am working on a timeline in d3. My expectations are that it shows the day of today, and then the user can zoom in/out to see more times and dates. However to start with it gets me a date in 2034 and ...
Fabiot's user avatar
  • 449
-3 votes
0 answers
25 views

Two values ​in one column with Chart.js

I'm using VUEJS 3 and i need to display two different values ​​in one column using Chart.js or Vue3 components, but i can't find any settings to do this. I believe, that any settings exist, but i can`...
Юрий's user avatar

15 30 50 per page
1
2 3 4 5
1797