Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

Questions tagged [sparklines]

Sparklines are small inline charts. There is a jQuery plugin that generates these in the browser, as well as a Google Sheets function. Please specify the technology being used (jQuery, google sheets, etc.) to generate the sparkline.

1 vote
1 answer
46 views

How to set multiple colors for bars in ApexCharts horizontal bar chart (sparkline mode)?

I'm trying to create a horizontal bar chart using ApexCharts in sparkline mode. I want to set different colors for each bar, but I'm unable to achieve this using the colors option. Here's my code: ...
Liranko's user avatar
  • 88
0 votes
0 answers
13 views

Vuetify Sparkline label size cannot be less than 1

Why can't I make the label-size less than 1? If I do, they disappear. I can make them 1.0 or 1.5 but not 0.5. https://play.vuetifyjs.com/#eNpVUNtugzAM/RUr2kMrcd0o3SJaad9R+pCVdERLSQSBdkP8+5xQKM2D49g+...
hobbes_child's user avatar
0 votes
1 answer
35 views

Vuetify Sparkline with long x-axis but keep height the same

Vuetify 2. I am trying to make a Sparkline with a very long x-axis, so I want it to have a horizontal scrollbar (otherwise the labels are unreadable). I also want it to be inside a Sheet (so that I ...
hobbes_child's user avatar
0 votes
2 answers
52 views

Google Sheets: How to integrate two GOOGLEFINANCE tables horizontally using QUERY?

I have a problem that I unfortunately cannot solve on my own! I have the following formula: =SPARKLINE( QUERY( { GOOGLEFINANCE(S27; "price"; R27; R27+30); GOOGLEFINANCE(&...
Quuh's user avatar
  • 1
0 votes
0 answers
29 views

Sparklines sourcedata

If sourcedata for sparklines is a string, how can you advance the string by six rows repetitively to fill multiple sparkline graphs Sourcedata =“d5:s5” To correct syntax for Sourcedata = “d5+6:s5+6” ...
Frustrated's user avatar
2 votes
2 answers
56 views

Openxlsx2: Ability to create_speaklines in a group

I'm using openxlsx2 in R/Posit to create sparklines and hoping to create one group all at once. Excel allows the user to edit a group of sparklines at one time which makes it easier than editing a ...
Heather Hays's user avatar
1 vote
1 answer
68 views

Vuetify v-sparkline component not rendering

I was wondering If I could get some help with sparkline graphs in my component, as I'm still very much new to this. For now, I just want to display a graph with default settings and an array of ...
Tim Prikryl's user avatar
0 votes
0 answers
17 views

How can i eliminate close parameter in below code

how i can eliminate below error in this code Error Function MULTIPLY parameter 1 expects number values. But 'Close' is a text and cannot be coerced to a number. =SPARKLINE(ARRAYFORMULA(INDEX(...
Aniket Mankar's user avatar
0 votes
0 answers
30 views

combining multiple stocks prices sprarklines into single sparkline from googlesheet

I am trying to combine multiple sparkline generated from Google finance with this code =SPARKLINE(QUERY({GOOGLEFINANCE("AMZN","price",TODAY()-365,TODAY(),"daily"),...
Aniket Mankar's user avatar
0 votes
1 answer
28 views

PowerBI Report Builder: Sparklines - 'Align Axes In' option is missing from the Axes options

I'm using a sparkline column chart and the columns are autosizing where I have missing data, instead of showing all 6 categories and leaving a space where the zero value should be (see image). The ...
TrevorT's user avatar
  • 33
-1 votes
1 answer
157 views

Create a Sparkline Bar Chart Within a Pandas Dataframe Column

I am looking to replicate the image below in a pandas dataframe within a Jupyter notebook. The title of orders in 2020 is not needed. I discovered this page https://github.com/crdietrich/sparklines/...
Joe Rivera's user avatar
0 votes
0 answers
4 views

Hands On Guided Project (nulls in Year To Date Sales ( YTD Sales))

I'm getting nulls when i created YTD sales, and a blank graph due to the nulls from the YTD Sales. The IF statement below is what i used, and i don't know if I'm missing something. code: IF YEAR ([...
user21676824's user avatar
2 votes
1 answer
143 views

What is breaking the tooltips in this Quarto dashboard?

I have some sparklines embedded in html tables in my reports. I have been experimenting with using Quarto dashboards now for my reports. However, the width of the sparkline tooltip text blows up to ...
Arthur's user avatar
  • 1,775
1 vote
1 answer
41 views

r/sparkline/win&loss/chnage bar colors [duplicate]

Working on a win/loss sparkline in R. Data coded 1 for win and -1 for loss. Can get basic structure with ggplot and following code: puck <- data.frame(game=c("g1", "g2", "...
user2561726's user avatar
1 vote
1 answer
119 views

google sheets sparkline column type byrow with Ymin & Ymax columns byrow too

Recently I found a method really useful to have an "arrayformula" for the sparkline function. As you can see in the sparkline byrow file in the I2 cell there is the only formula but I'm not ...
giulius's user avatar
  • 15

15 30 50 per page
1
2 3 4 5
17