26,983
questions
0
votes
0
answers
19
views
In react echarts we need to show confidential interval chart above of 20
in below screenshot i need to show the confidence interval chart in above of 20 in react echarts. if we change the confidence interval value many times but it not reflect to above of 20 show in below ...
0
votes
1
answer
23
views
Angular 18 Chart libraries [closed]
I am planning on migrating my angular project from version 17 to 18.
Currently I am using Plotly.js-dist-min library for graphs.
When building the project (ng build) the plotly.js library does not ...
0
votes
0
answers
19
views
Creating progress chart using stacked column chart [closed]
I'm working on creating a chart that displays planned vs actual in the form of a stacked column chart.
For example, i planned for 40 cupcakes to be sold, but only 38 we're bought. I created a table ...
0
votes
0
answers
8
views
Display multiple data on multiple Larapex Charts
I'm working on a laravel dashboard that needs to display several charts at once. I'm using Larapex Charts to display those charts. Everything was going well until I had to display more than one data ...
-1
votes
0
answers
42
views
How to change the colors of a Google Sheets chart using an object? [closed]
I have some shooting data that looks like the below.
To understand how many of each shot type we are taking over the course of the season, I used a bar chart using the data from column B.
I want to ...
-1
votes
0
answers
20
views
Chartjs react candle graph issue [closed]
I'm drawing a graph with chart.js and react(ts) and I've got a bug. When working with numbers instead of days things work properly, but when I submit the form using dates (for the first time) nothing ...
1
vote
0
answers
16
views
Swift Charts: overflowResolution on the X-axis only works on one side [duplicate]
I am working on a project that displays the number of steps users have taken in the last 15 days on a chart. I implemented the chart selection behavior introduced in iOS 17, which shows a RuleMark ...
1
vote
0
answers
18
views
How to Create Nested Facets in Altair with Consistent Scale Across Rows?
I'm working on a data visualization project in Python using Altair, and I'm struggling with creating nested facets with consistent scales across all rows. I want to create a plot that facets on one ...
0
votes
0
answers
11
views
RenderPieChart object was given an infinite size during layout
`HI with everyone, I am having trouble being able to display data, on charts using fl_chart in flutter, this is my first time making a mobile app and I am going around in circles trying to fix this, ...
0
votes
0
answers
35
views
How to make snap scrollable chart like an apple health?
I want to create a chart similar to the orange-colored chart in the GIF which is in Apple Health App with snap-scroll capabilities at both day and week levels,
but I'm not sure how to approach it. Is ...
0
votes
0
answers
61
views
How to manage "range" of the x-axis in SwiftUI Charts?
My chart
Apple chart
I would like to manage the time range between other values in chart so smoothly like it is in e.g. the iOS Health app. How to modify the range of the chart between e.g. a 3-mouth ...
0
votes
0
answers
22
views
Using Highcharts with NextJS, The time (not the date) is repeating
I have a requirement to load datapoints within a given start and end time, for a given range of values. I used linspace to distribute the epochs between the range.
I had manually checked and coded to ...
0
votes
0
answers
24
views
Charts are not showing all the data
My charts are only displaying the first pair of values in the database when there are multiple students. I know that the sql query is correct and that the correct values are being stored in the ...
0
votes
1
answer
47
views
Is it possible to hide segments in chart.js?
I wonder if I can set the lines to be hidden in chartjs datasets->segment,
like this:
const down = (ctx, value) => ctx.p0.parsed.y > ctx.p1.parsed.y ? value : undefined;
const up = (ctx, ...
0
votes
1
answer
24
views
How to Increase the Width of Bars in Syncfusion Flutter Chart's Column Series?
I'm trying to customize the appearance of the column bars in a Syncfusion Flutter chart. Specifically, I want to increase the width of the bars, but I'm not sure how to adjust it.
Here's the code I ...
1
vote
2
answers
27
views
Dynamically change color of vega-lite area plot based on result of linear regression
We have time series data with an overlay of the linear regression to indicate the trend
Now we would like to color it red if the trend is declining as shown here
See the example
We have tried ...
0
votes
0
answers
40
views
Use VBA to create a specific set of different colors of multiple lines for all charts in a worksheet. Charts were created in excel rather than vba
I've tried the following bit it has no effect of any kind on any chart in my worksheet:
Sub GraphColors()
Dim myChartObject As ChartObject
Dim mySrs As Series
For Each myChartObject In Sheets(&...
1
vote
2
answers
106
views
Lag when using livefeed using websocket in Medical Dashboard LightningchartJS
I am currently using Medical Dashboard from LightningchartJS which has 4 channels: ECG, Pulse Rate, Respiratory rate, Blood pressure and am using websocket for live feed data into the charts.
But I ...
0
votes
0
answers
57
views
How to plot more than 40000 points in ScottPlot
I need to plot 5,000 circles using ScottPlot, but I'm experiencing lag every time I move the mouse on the screen. I was able to easily use Scatter for points, but how can I solve this for circles?
...
0
votes
1
answer
46
views
any ideas to create a border radius on a strokecap.butt or strokecap.square in flutter?
Our goal is to go from this this semi donut chart to that one. As you can see we want to maintain the
strokecap.sqaure
or
.butt
and then implement the rounded edges on just the corners of the ...
0
votes
0
answers
18
views
Sort by another column - working in one visual but not another
I am trying to sort the line chart on the right the same way as the table on the left.
Both are using a variable (Week) that is sorted by another column (a custom ranking column I created in a ...
0
votes
0
answers
29
views
Looker Studio: Time series chart bug when a custom filter is in use
I am experiencing a bug with the time series chart when trying to filter for brand/non-brand keywords.
I created a group in the Google Search Console data source (see screenshot "field" ...
0
votes
0
answers
28
views
How can create a range area chart using ApexChart same as figma
I'm using ApexCharts to create a range area chart in my project, but I'm struggling to replicate the exact design I have in my Figma file. Despite trying various customizations, I can't get it to look ...
0
votes
0
answers
15
views
Time labels in Y Axis in C# chart
I'm trying to show accumulated time in a serie of a column chart. This "time" is given in seconds (int), but for a better understanding, I need to show it in "hh:mm:ss" format.
Is ...
1
vote
1
answer
51
views
Create multiple charts in order of tab of my SpreadSheet
I try to insert in order of tabs of SpreadSheet named Company 1 multiple charts in Web App. But the order change for each refresh of my page. Anyone know what can I do to show charts in order of my ...
1
vote
1
answer
35
views
How to set axis limit to a dateoffset from now in Vega Lite
How can you set the axis limits dynamically so that it always shows say until today + 90 days. I managed to to define the axis limits based on years
"scale": {"domain": [{"...
0
votes
1
answer
57
views
How change columns color in chart under mathematical conditions Excel.Xlwing (by code, not FC in excel)s?
Is possible to change the color of a column under mathematical conditions in Excel-Xlwings, by code (not FC in excel). I mean, with the table:
Name
vote
Rossi
5
Bianchi
7
Verdi
8
Neri
4
I would ...
1
vote
1
answer
23
views
How to omit a year from my axis with value zero
I'm making a chart with 4 years of data but I've omitted 2021. It's in the middle of my domain, so I can't figure out how to take it out the graph. The data doesn't have any values for this year.
...
0
votes
0
answers
36
views
Excel VBA, Selenium 2.0.9.0: I am tring to download a website graph an Image. Consumer Confidence
I am trying to download a website graph as an image to my desktop. Then, ultimately, place the image inside an Excel Worksheet. It's not grabbing the image with a variety of CSS Selectors that I have ...
1
vote
1
answer
36
views
Create a graph that includes all columns until the last column
I want to create a graph in Excel using vba with a dynamically amount of columns.
My partial current code is:
'Create chart
'Columns("A:DZ").Select
ActiveSheet.Shapes.AddChart2(240, ...
-1
votes
0
answers
8
views
I'm using am4charts map, and I want to change the background's fill and fillOpacity when a button is clicked. How can I do that?
not change background fill ..
chart.zoomControl = new am4maps.ZoomControl();
chart.zoomControl.plusButton.events.on('hit', function (event) {
console.log('event.target.baseSprite.background', event....
0
votes
1
answer
64
views
Dynamically integrate data from Sheets into a Web App to feed a Graphic
I'm setting up a web app with graphics. I'm using the anyChart library to achieve this.
I'm having trouble adding data from a Sheets file. When the data is hard-coded in JavaScript, it works fine. ...
1
vote
2
answers
69
views
How to show annotations by click on the column in swiftUI Charts
When I try to display the annotation by using onTapGesture, it appears in the middle of the chart.
When I click on the column, it should show my annotation on top of the column, as you can see in the ...
1
vote
1
answer
45
views
How to change value in tooltip charJS
Im using LightningWebCharts here is the documentation link https://salesforcelabs.github.io/LightningWebChartJS/
I want add 'k' in tooltip value. Tooltip documentation https://salesforcelabs.github.io/...
1
vote
1
answer
80
views
How to avoid chartjs line coming down when adding new value?
I’ve created a line chart in Chart.js that updates every second with new values. However, there's a small issue: when a new value is added, the animation starts from the bottom and moves up to the ...
0
votes
0
answers
19
views
Override rect type in v-network-graph
I'm using v-network-graph in vue project. I'm trying to override node with rect type because I need to put inside the box some information.
I can see in the documentation that you can override this ...
1
vote
3
answers
111
views
Offsetting the Y-Axis From the Chart, in SwiftUI Charts
First, I have messed with SwiftUI for a long time, but this is the first time that I've actually started making a ship-quality app with it, so it's entirely possible (likely, even), that the answer is ...
0
votes
1
answer
33
views
Polar Bar Charts with Color maps in Python
I am trying to create a polar chart that has four categories. Each category has two values: sleep_time and ahi. I am wanting the size of each bar to be proportional to the sleep_time - which seems to ...
2
votes
1
answer
41
views
Stacked column chart is showing a small zero value sliver at the top of each column
I have a stacked column chart. Each column has three blocks but some of them have zero value.
The columns are displaying the last element as a small, hoverable slice.
I would prefer that this did not ...
0
votes
0
answers
5
views
Unexpected error in Range.Formula (Excel)
I would like to store the formula for a chart series in a spreadsheet cell. The msgbox line works but the last line: /Range("V41") = ActiveSheet.ChartObjects("Chart 2")....
1
vote
1
answer
106
views
GAS generated embedded charts randomly do not set the right axis text color
function testLineChart() {
/** Define current spreadsheet and name of sheet to contain chart */
var ss = SpreadsheetApp.getActiveSpreadsheet();
var sh = ss.getSheetByName('Sheet1');
/** ...
0
votes
0
answers
25
views
How to directly alter chart's 'on hover' legend coloring information
I'm using MaterialUI for a project and needed custom SVG handling to represent the same color in different ways (Ex. Orange vs Striped Orange). I've managed this, however by using SVG's in place of ...
0
votes
1
answer
49
views
How to configure how many ticks Upgrade to 4 [closed]
I upgraded from ChartJs 2 to 4.
The layout and ticks are still not as before.
This is a comparision between the old one version 2 (on top), and the new one version 4 at the bottom
And this is another ...
0
votes
1
answer
81
views
How can I plot line chart for two specific rows of a table in google sheet, by writing script?
I have a table including some parameters that their values will be completed in 23 days.
I need a line chart for the values of row3(Comp Temp) and row6(Air Meas).
My problem is that everything is good ...
0
votes
0
answers
38
views
How Can I Implement Custom Filtering for Supplier Dashboards in Superset?
I am currently working on a dashboard in Superset that displays information for my suppliers, and I'm having trouble with the filters. I've created a native filter with a list of my users, and I want ...
0
votes
0
answers
30
views
How do I create a dynamic table with corresponding line graphs that I can filter based on samplepoint?
I need a dynamic table and two line graphs (one for yeast and one for mold for each samplepoint) that I can filter by samplepoint.
The goal is to be able to select the samplepoint from a dropdown and ...
-1
votes
0
answers
77
views
How to overlap weeks
I have datasets with date time as x-axis.
I did split the datas by weeks like "2024W41", "2024w42"...
I would like to display two lines, one for each week.
Sadly, as its based on ...
1
vote
2
answers
75
views
Pie chart (or Donut chart) with 3 levels in R
I have been trying to create a pie chart with three hierarchical levels, following the codes provided in:
Multiple, dependent-level sunburst/doughnut chart using ggplot2
Hierarchical / Multilevel pie ...
1
vote
0
answers
40
views
Does Plotly has troubles plotting images when the x-axis is in date format?
I have been trying to plot an image as a marker in a plotly graph and haven't been able to achieve this successfully.
If I plot the image using integers for x axis everything seems to work fine:
fig = ...
0
votes
0
answers
35
views
How to Make D3 SVG responsive in react with viewbox
How can I make my D3.js line chart responsive and scrollable horizontally?
Currently, when I resize the window, the SVG size does not adjust, and the chart is not responsive. The chart width ...