Skip to main content
1 vote
1 answer
54 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
22 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
216 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
69 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
76 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
104 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
74 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
173 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
51 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
142 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
46 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
116 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

15 30 50 per page
1
2 3 4 5
1787