Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
39 views

I am a newbie at VB.NET coding. I am currently trying to make a real time line chart in WinForms, but I am struggling with zooming in the chart. My chart has the range of random number generated by a ...
Cheryl's user avatar
  • 11
1 vote
1 answer
57 views

I want to implement a combined Bar and Line chart with Gifted charts. I followed all the required steps from the documentation but it still doesn't work. It displays the bar chart but skips the line ...
X 2's user avatar
  • 393
0 votes
0 answers
24 views

I'm using the latest @highchart/react for the charts. I would like to add the adaptive theme to the Highchart but with React implementation I don't find any document on how to add this adaptive theme ...
Muthuraman's user avatar
-3 votes
1 answer
244 views

1) The following code is able to draw a Map Chart successfully. Public Sub Macro1() For i = ActiveSheet.Shapes.Count To 1 Step -1 ActiveSheet.Shapes(i).Delete Next i ...
George Costanza's user avatar
Tooling
0 votes
1 replies
29 views

I have data in the following format: root subnode0 200 n0 50 n1 150 a0 50 a1 100 subnode1 500 n0 10 n1 400 n2 90 subnode2 800 n0 10 n1 400 n2 390 I ...
jkang's user avatar
  • 579
1 vote
1 answer
71 views

I also tried using the .chartOverlay modifier and used the .onTapGesture modifier to get the point and the value. But the view, as expected, blocked the chart and thereby restricted the chart scroll ...
Sundara Aadithyan's user avatar
-3 votes
1 answer
80 views

I'm trying to create a financial chart using ECharts where the main display is a price line graph, and on the right, I have a Volume Profile (horizontal bars showing volume distribution by price level)...
Mert's user avatar
  • 566
Tooling
1 vote
0 replies
113 views

I'm currently evaluating React-based plotting libraries for a project where we need to implement interactive charts such as line, bar, and scatter plots. The goal is to find a library that offers good ...
mlodhi's user avatar
  • 754
2 votes
1 answer
76 views

I have this table and the chart I want as below: To acheive this I have to switch rows/columns, and use column A as headers. However I cannot find the corresponding command for the checkbox "Use ...
benchenggis's user avatar
3 votes
0 answers
174 views

I’m building a bullseye target chart in Excel using VBA macros. Each ring represents a performance range based on an array of percentage values. The sizing and labeling are working fine, but I’m ...
mangoes and peaches's user avatar
2 votes
0 answers
52 views

I have 3 metrics, which I want to split by version. Let's imagine the data looks something like this Metric 1.01 1.03 2.01 3.01 Aness 1.1 1.2 1.3 1.4 Bcity 4.2 6.7 9.9 4.3 Dtion 8.3 6.7 5.4 6.5 My ...
SlightlyKosumi's user avatar
0 votes
0 answers
31 views

I'm trying to create a chart for tracking weight over time. I want to display a weeks worth of data at a time but let the user pan the data. If the lowest (or highest) value of the weight goes beyond ...
TheFiordi_'s user avatar
1 vote
1 answer
143 views

I've built the following Chart that shows temperatures. It shows the lowest and highest temperatures for each day: The issue I have is that there are two axis on the left and bottom. I want there to ...
user31362432's user avatar
0 votes
0 answers
49 views

When using EPPlus for Excel and creating charts, with the stacked column chart, how do you create multiple stacked columns in this following configuration: r/dotnet - EPPLus - stacked column chart ...
josephwj's user avatar
0 votes
0 answers
47 views

I am embedding the TradingView chart inside a react-native-webview. The chart displays and works fine for zoom/pan gestures, but there’s a scrolling issue: When the user tries to scroll the entire ...
jeena azeez's user avatar
3 votes
1 answer
117 views

I'm trying to implement a D3.js chart where I can both zoom/pan and manually rescale the axes via draggable SVG handles on the axis themselves. After rescaling the X axis with the draggable axis ...
Tom's user avatar
  • 1,344
-1 votes
1 answer
112 views

I have temperature data with timestamps output as an array from Mysql, sent to the chart widget on node red Dashboard 2.0, with the settings to be line chart, x-axis timescale, and x and y to use ...
ccmangb's user avatar
0 votes
1 answer
96 views

I am using the ChartJS library with a Vue Chart wrapper library. Playground/Demo My current issue is, when you open the playground, you can see the date labels on the X axis sort of "overflow&...
Young Royal's user avatar
0 votes
0 answers
35 views

I am using TradingView's Lightweight Charts 5.0 (https://github.com/tradingview/lightweight-charts) How do I color a section of the chart, say from 0, 50 to 0,100 ? const chart = LightweightCharts....
anjanesh's user avatar
  • 4,291
2 votes
1 answer
248 views

I want to create a Chart using Excel data. How can I do that?
Michael Scofield's user avatar
0 votes
1 answer
61 views

I want to change the format of an axis from mmm-yy to qq-yy. Example, I want "Dec-22" to be "Q4-22". The dates are NOT in the data, so I can't change the date format in the data ...
bereedcpa's user avatar
1 vote
0 answers
117 views

I have a filter function in combination with the CHOOSECOLS, SORT and IFERROR function. I use this to draw a dynamic graph in Excel. At first it seems to work fine. However when I select values that ...
Stephan's user avatar
  • 665
0 votes
0 answers
73 views

I'm trying to implement a multiple series line chart in HighCharts android with x-axis containing months (eg. 'Jan','Feb') and values on y-axis(avg_iex,pxil values etc.). I have implemented other ...
Twinkle's user avatar
  • 79
1 vote
0 answers
285 views

In Grafana, I have a JSON data source that takes the following format: {"data" : [ { "timestamp": 189237320, "category": "cat-A", "value1&...
awnine's user avatar
  • 163
0 votes
0 answers
57 views

1. Marker Display Issue in Zoom-In Mode When zooming into the line chart, the marker/tooltip is showing the value of the next data point instead of the currently selected one. 2. Tooltip Position ...
Sathya's user avatar
  • 51
3 votes
2 answers
209 views

I've tried several ways to change the font color of the key value of a scorecard chart in Google Sheets, but I'm unable to do so. option titleTextStyle.color changes the Title color only. I've tried ...
ArJay Ongkiko's user avatar
0 votes
1 answer
108 views

I have an AvaloniaUI app using FluentAvaloniaTheme and charts by LiveChartsCore. I can toggle between light and dark themes and all the controls change appearance accordingly, except for my bar chart ...
Eric Eggers's user avatar
1 vote
2 answers
81 views

I am guessing this is a stupid logic/formatting issue, but I am pulling my hair out. I am creating a chart in Excel, programmatically, using VBA. The user selects a range and this is passed on as a ...
ChiTriGuy's user avatar
0 votes
2 answers
92 views

I am trying to generate a area charts using high charts with a 3 simple values in x-axis and y axis. But the x-axis starting point and end points are not extending correctly. It is starting in between ...
Raghavi's user avatar
  • 325
3 votes
1 answer
60 views

I'm trying to show the discom names on my x-axis labels in HIchartview in Android, but instead it's showing 0, 1, and so on. Following is the code: List<String> discomCodes = new ArrayList<&...
Twinkle's user avatar
  • 79
0 votes
0 answers
41 views

I have parameters passed in the method on basis of which I want to update my chart data. I've tried clearing anyChartView.clear();anyChartView.invalidate(); but anychart is not able to update the data....
Twinkle's user avatar
  • 79
0 votes
0 answers
128 views

I am generating a monochromatic color scheme based on an original color and the number of steps required. This is the code: private IEnumerable<Color> GeneratePalette(Color baseColor, int steps) ...
Ivan Debono's user avatar
  • 1,008
0 votes
1 answer
75 views

I have 2 anycharts and whenever I try to populate both of them, only the last one gets visible but not the above chart. I don't know what I'm doing wrong, neither getting any error, just only last ...
Twinkle's user avatar
  • 79
1 vote
1 answer
71 views

I'm using Apache ECharts to visualize data with very large integer values (JavaScript bigint type) on the X-axis, configured as type: 'value'. However, I'm encountering unexpected behavior: My data ...
Pavel Siarheyeu's user avatar
0 votes
1 answer
145 views

I’m working with SwiftUI Charts to display a user’s pulse over a week. The chart currently shows a LineMark with red points and a gray background rectangle to mark a “normal” pulse range. I want to ...
RinaredTap's user avatar
0 votes
1 answer
50 views

I have a chart with two X-Axis . The first is showing the time of the day and the second is showing the date. (https://jsfiddle.net/17puvxd5/26/) I want to be able to zoom and always keep a value on ...
jfredsilva's user avatar
  • 1,462
0 votes
0 answers
52 views

I was looking for it in the documentation, but there didn't seem to be anything on it: how would I make it so the built in legend buttons toggle and highlight functions work for an updating timeseries?...
siv's user avatar
  • 13
0 votes
0 answers
47 views

I'm using ResponsiveContainer from Recharts to render an AreaChart. On mobile devices, I want to rotate the chart 90 degrees (i.e., make the x-axis vertical and y-axis horizontal), effectively ...
Павло Садівничий's user avatar
2 votes
1 answer
71 views

I'm trying to create a chart with Apache ECharts that displays two line series (yVal1 and yVal2) and a range area (yVal2-yVal1) between them. However, when the range area is enabled, the chart behaves ...
Pavel Siarheyeu's user avatar
0 votes
1 answer
55 views

Here is my code: struct TemperatureData: Identifiable { let id = UUID() let time: Date let value: Double } struct TemperatureChartView: View { @Binding var temperatures: [...
Sujisha Os's user avatar
  • 1,391
0 votes
1 answer
44 views

I am trying to build a status tracker using react and d3 chart library , I am able to draw but the the connectors are not coming curved , here is my code import React, { useState } from 'react'; ...
Sumit047's user avatar
1 vote
1 answer
63 views

The screenshot below displays a graph, along with the data used in the chart. The 1st area - id 1 shows datasets B, C, D, but not dataset A (which has a 1.5 value). The last area - id 6 shows datasets ...
Nigel's user avatar
  • 31
0 votes
1 answer
40 views

We are looking to plot a line graph with approximately 120 data points. These data points exhibit significant variations, resulting in a somewhat jagged or unsmooth line when plotted with the default ...
Laxmi Raj's user avatar
1 vote
1 answer
58 views

I'm trying to create this chart using Echarts, that represent 4 weeks of a month, each bar is a day of the week. Each week can have a defined objective, represented by the white horizontal dashed line,...
Navalex's user avatar
  • 276
0 votes
0 answers
250 views

Description I'm using react-native-gifted-charts to create a horizontal bar chart in my React Native app, and it works great for basic setups. However, I'm facing issues with responsiveness and layout ...
Ayush Bharadva's user avatar
0 votes
1 answer
43 views

I have a tableau chart that shows a customers first free order and first paid order. I want to show how many months after the free order is the paid order. All the free orders are displayed in column ...
Mrs M's user avatar
  • 23
0 votes
1 answer
63 views

I’m using @ant-design/charts version 2.2.6. Right now, I have to manually set the font in every chart configuration like this: axis: { y: { label: { style: { fontFamily: 'Roboto', ...
Chimedtseren Bazardargia's user avatar
1 vote
1 answer
82 views

i want to add bubble chart using chart.js to my project and i am trying to show image(PNG Format) background of chart.js bubbles like blow image, i saw this topic already, but doesn't work for me ... ...
test testb's user avatar
0 votes
2 answers
50 views

simple pie chart example from google chart displaying pie chart vertically when onclick loaded by ajax , when same code loaded in simple web page displaying horizontally. <script type="text/...
user2069448's user avatar
-3 votes
1 answer
77 views

I am trying to recreate the graph below in R. It is showing the results of 1 lab and comparing it to the MPV (most probable value) that is calculated with multiple labs. The lab value is the colored ...
SharonP's user avatar
  • 59

1
2 3 4 5
536