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.

Sparklines are small inline charts.

jQuery Sparklines is a jQuery plugin that generates sparklines directly in the browser using data supplied either inline in the HTML, or via JavaScript.

There is also a Google sheets function that generates sparklines in a cell.

238 questions
0
votes
3 answers

What is an easy way to display graphs in Ruby?

I am looking at some graphing options, and would like one that has the cleanliness of Sparklines gem but that doesn't require Rmagick. I'd like one with some clear tutorials, too.
Satchel
  • 16,414
  • 23
  • 106
  • 192
0
votes
1 answer

The bar chart from Sparklines won't load

I have two charts from Sparklines: one as pie and one as bar. The pie chart works fine but the bar chart dosen't even load. On my local web server, the bar chart loads fine. I'm getting no errors at all!
Airikr
  • 6,258
  • 15
  • 59
  • 110
0
votes
0 answers

npm install of sparkLines causing error

I was trying to install sparklines for a tutorial i'm doing from online. When I try to install it using npm I get the below error. Anyone know how to solve this. I tried updating my react to 15.3.0 but that causes a bunch of errors to happen. npm…
me-me
  • 5,139
  • 13
  • 50
  • 91
0
votes
3 answers

Angular 2 custom directive not binding sparkline barChart

I am trying to write custom directive to pass input values and then bind data to the sparkline chart but it gives me error: sparkline is not a function. Below is the plunker: import { Directive, ElementRef, HostListener, Input , OnInit } from…
VR1256
  • 1,266
  • 4
  • 28
  • 56
0
votes
1 answer

How to Get Highcharts Sparkline to Show Up On My Page.

Below is the entire document I am using to try to generate a highcharts sparkline:
0
votes
1 answer

Use jQuery Sparkline for composite chart with ui-jq in Angularjs

I use jQuery Sparkline for some chart like this: but I don't know how to render Composite Sparkline chart because in documentation of Sparkline use this…
user4540007
0
votes
1 answer

jquery sparkline stacked bar issue

i am trying to use stacked bar in jquery sparkline plugin, mine version in 2.1.2, the normal sparkline work properly, but the stacked bar type, dosen't work, here is my code (similar):
alim91
  • 538
  • 1
  • 8
  • 17
0
votes
2 answers

sparkline R creating html table

I found package sparkline:https://github.com/htmlwidgets/sparkline but I have no idea how to create in markdown/html data.frame with sparkcharts. I know there is an example in link above, but I don't know how to create that data frame in html…
Taz
  • 5,755
  • 6
  • 26
  • 63
0
votes
1 answer

R Sparklines package error

I am using the Sparklines package in R and was using the reshapeExt() function to prepare a dataset, but ran into a very very strange issue. The dataset looks like this: Company time value 1 Microsoft 1990 11 2 Time Warner 1990 22 3 …
hippie_poe
  • 29
  • 5