Questions tagged [combo-chart]
10 questions
2
votes
2 answers
Google charts, is it possible to have 2 different vertical axis values?
For better understanding of this question, let me show a working example in TradingView webpage, on which the following chart shows the combination of Momentum (area chart) + ADX (line chart):
As you can see, there are 2 vertical values, at left…

Yogurtu
- 2,656
- 3
- 23
- 23
1
vote
1 answer
Google Combo chart - scatterplot and line - how to customise scatterplot tooltip
'XXX' below shows where I would like custom tooltip to be used - it should actually display a name from a row of data - 'XXX' is used to make the problem stand out here. This works fine on standard scatterplot but not on combo chart. Combo version…

C Wilson
- 13
- 3
1
vote
1 answer
How to have hover effect on the entire line in line chart in chart js
ngOnInit(): void {
var myChart = new Chart('myChart', {
type: 'bar',
data: {
labels: ['Modes'],
datasets: [
{
label: 'A',
data: [this.data.a],
borderColor: 'rgba(255,105,180,1)',
…

Shubham CSE
- 67
- 5
1
vote
1 answer
How to draw horizontal line in chart js which when hovered shows the data
ngOnInit(): void {
var myChart = new Chart('myChart', {
type: 'bar',
data: {
labels: ['Recordings'],
datasets: [
{
label: 'A',
data: [this.data.a],
borderColor: 'rgba(255,105,180,1)',
…

Shubham CSE
- 67
- 5
0
votes
0 answers
PowerBi Combo Chart
With Month as X-axis, Count as Y-axis, Year as legend, Cumulative count as Secondary Y-axis, I only want to drag cumulative count or one new measure once to the line y-axis to display lines according to the legend (3 years in total) so I want 3…
0
votes
0 answers
How can I get both highlighted points in an ordinalComboChart?
I'm making use of the charts_flutter package to display data for my project, however, I am having difficulty getting both points in my graph to display when I select a point, instead, it just returns the same value for both points as you can see…
0
votes
0 answers
Not able to create the combo chart through pptxgenjs
I am trying to create the combo chart of line and area,
since addChart expecting 3 arguments, I am not able to overide the 2 argument for combo chart hence I am sending data only. but not able to create the ppt.
Kindly check and update.
0
votes
1 answer
Combo chart Rstudio from csv file
I'm trying to use R for plotting a combo chart like the one in the image.
I tried to use the code displayed in the tutorial linked below, which used the line representation for the dot, but it gives me the errorr "geom_path: Each group consists of…

Giulio
- 3
- 2
0
votes
0 answers
Apps Script - Google Sheets 'Unable to Load File' after a script is run to generate a Combo chart
I've been looking for an answer, but couldn't find one. I'm quite new to the platform and I have an issue with a script generating a Combo chart in Google Sheets. The script runs successfully from the Script Editor, however when I attempt to go back…

Piotr Skorodecki
- 1
- 1
0
votes
0 answers
google combo chart move area to the back
We have a google combo chart with 5 areas and 1 bar.Like this
The horizontal lines als Areas, because we needed 5 different colored lines.
But whatever we try, the area lines are displayed over the bar.
I tried to put the series in a different…