26,798 questions
1
vote
1
answer
54
views
Unable to show line on Combined Bar and Line chart on React native Gifted charts
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 ...
0
votes
0
answers
22
views
how to setup Adaptive theme with the latest @highchart/react?
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 ...
-3
votes
1
answer
216
views
Check if Map Chart drawn successfully or not
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
...
Tooling
0
votes
1
replies
29
views
Is there a Python Library that creates a hierarchical pie chart with links in HTML?
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 ...
1
vote
1
answer
69
views
Swift charts - scrolling does not work while using .chartXSelection (or) .chartYSelection modifiers
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 ...
-3
votes
1
answer
76
views
How to create a Volume Profile (Horizontal Volume Bars) right-aligned on Echarts
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)...
Tooling
1
vote
0
replies
104
views
What is the best React-based charting library for interactive plots with large datasets?
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 ...
2
votes
1
answer
74
views
Stacked column chart to use column A as header in App Script
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 ...
3
votes
0
answers
173
views
How to Correct Shape Offsets When Drawing a Bullseye Target in Excel Using VBA
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 ...
2
votes
0
answers
51
views
How to set colors on DataDog Bar Chart
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 ...
0
votes
0
answers
31
views
Victory Native xl automatically update y axis
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 ...
1
vote
1
answer
142
views
How to have one axis for two series in TMS FNC Charts?
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 ...
0
votes
0
answers
46
views
EPPlus - How to create stacked column charts row-wise (example included)?
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 ...
0
votes
0
answers
47
views
WebView (Trade View chart) Scroll Conflict in React Native (Android)
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 ...
3
votes
1
answer
116
views
D3.js how to keep two xScale's domains consistent when applying a zoom transformation
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 ...