Questions tagged [circliful]

jquery-plugin-circliful, show Infos as Circle Statistics, no images used, based on SVG and jquery, many options can be set, fully responsive

jquery-plugin-circliful

show Infos as Circle Statistics, no images used
based on SVG and jquery
many options can be set
fully responsive

4 questions
1
vote
1 answer

How to create a JavaScript stacked, semi-circle gauge chart with customized line widths?

I would like to be able to plot two or three values on one stacked gauge chart, similar to the following, with a light green, on top of another blue and a main thick value: I have seen examples of these lines being separated, which would also…
ElHaix
  • 12,846
  • 27
  • 115
  • 203
0
votes
1 answer

How to implement the jquery plugin "Circliful" in a chrome extension?

I am making a chrome extension and I would like have some circular pie charts like those from the jQuery plugin circliful. The charts show up fine when I link my popup.html document to circliful's scripts and open the popup as a window in Chrome,…
0
votes
1 answer

Circliful jQuery Plugin not Loading in Rails

I'm trying to use this plugin in my Rails app: https://github.com/pguso/jquery-plugin-circliful I set it up exactly as instructed, with the following in application.html.erb:
0
votes
1 answer

how to take value from input and pass it to a object of plugin used in jquery

I have used a plugin to make a percentage loader circle. following is the js used after initializing that plugin: $("#test-circle").circliful({ animation: 1, animationStep: 5, foregroundBorderWidth:…
pratteek shaurya
  • 850
  • 2
  • 12
  • 34