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
1 answer

Set in kendogrid sparkline

I am going to use sparkline in the" usage" column, just in the way that the two sparkline chart cover each other There is a problem because when I click on the button Edite "sparkline" disappears. Or click on "usage column" think that happens. Why…
Martin
  • 386
  • 1
  • 5
  • 17
0
votes
1 answer

Jquery sparklines don't render properly within Jquery mobile collapsible set

I would like to display some sparklines graphs within a Jquery mobile collapsible set, however those graphs were not rendered properly: Majority of the html codes are built by jquery functions, including those which generate sparklines. It won't…
0
votes
1 answer

Kendo Grid Template with JQuery sparklines

Does anyone have an example of how to integrate the JQuery Sparklines plugin into the Kendo Grid template? JQuery Sparklines I would think this is rather simple to do, but every time I do something like: template:
RizcoTech
  • 265
  • 1
  • 3
  • 12
0
votes
1 answer

jQuery sparklines iterate over div

I have an array of divs and I want to iterate over each div and pass it to sparklines. like so: var divs = $("#wrapper>div"); var data = ["1:2:3:4", "4:3:2:3:1"]; var i; for(i = 0; i
ßee
  • 195
  • 5
  • 14
0
votes
1 answer

jQuery Sparklines 2.0 not working with IE9

I'm using jQuery Sparklines (http://omnipotent.net/jquery.sparkline) to draw charts, it's working very well on FF&Chrome but when testing it on IE9 it's not working, and gives an error in sparkline lib the error is: SCRIPT5007: Object expected …
Maen
  • 56
  • 3
-1
votes
0 answers

highcharts sparkline tolltip is hidden behind the bootstrap card

please help me. very nice and good library though. highcharts tooltip is hidden behind the bootstrap card! i have seen multiply answers on this topic but not one answer helped my situation. I used enableMouseTracking: true, then…
mandm123
  • 1
  • 1
-1
votes
1 answer

highcharts sparklines how to scale x-axis in each row to the same

i am using highchart sparklines in my table. This is my code to generate the sparklines. It is generated using a php script. So you will find some php variables inside: $(function () { $(document).ready(function() { …
user6625547
  • 121
  • 11
-1
votes
2 answers

How do you insert a sparkline in excel without using

How can I create a Sparkline in Excel without going into the "insert" tab? I'm looking for a formula or formula-like input I can write into a cell to generate the Sparkline. Idealy something like:
MYK
  • 1,988
  • 7
  • 30
-1
votes
1 answer

How to create an Equity Curve using the "Start Date and "End Date" using Google Sheets?

In the sheet given below you will see the "Start Date" and "End Date" both as drop drop list. My idea is when i change both the dates it has to give me a Equity Curve which will be a line graph as per the data mentioned in the drop down list. Say…
-1
votes
2 answers

Set excel sparkline scale to the value to the left, using VBA

I'm trying to cycle through all the sparklines (500+) in an excel spreadsheet. I then need to set the vertical range to the value in a cell to the left of each sparkline. e.g. Cell A1 has the value '5'. Cell A2 has the sparkline in it. I need the…
Mark
  • 1
-1
votes
1 answer

how to different colors to bars in sparkline chart

I have drawn SparkLine bar chart with some data which is given below. I achieved it, but now I want to draw red color for all '10' elements and green color for all '20' elements. $(function() { var myvalues = [10, 20, 10, 20, 10, 20, 10, 20,…
-1
votes
1 answer

Re Sparkline chart in ssrs

I have created a report using sparklines but getting this error The Y expression for chart refers to field AtoC. Report item expressions can only refer to fields within the current dataset scope of if inside an aggregate, the specified dataset…
Aruna Raghunam
  • 903
  • 7
  • 22
  • 43
-3
votes
1 answer

How to produce bandlines using ggplot2?

Stephen Few has recently introduced Bandlines which are an extension to Edward Tufte’s Sparklines. Is there an easy way to produce these kinds of plots using ggplot2?
jrara
  • 16,239
  • 33
  • 89
  • 120
1 2 3
15
16