justgage icon indicating copy to clipboard operation
justgage copied to clipboard

JustGage is a handy JavaScript plugin for generating and animating nice & clean dashboard gauges. It is based on Raphaël library for vector drawing.

Results 63 justgage issues
Sort by recently updated
recently updated
newest added

For the current project I need to reverse only direction of level (keeping low/high values in their places). So instead of this: ![image](https://user-images.githubusercontent.com/35274268/35233741-a24bc8b8-ffa7-11e7-99b5-d66ab2545203.png) I need to have this: ![image](https://user-images.githubusercontent.com/35274268/35233835-f222708a-ffa7-11e7-807f-14f7991f635c.png) Possible?

I'm looking to change how the value looks. I.E. change its font size and move it a little up from where it is now. I couldn't find any setup parameters...

Expose the label font family as a configurable option. P.S Normally only read, do not know how to set GitHub label as an enhancement request.

Is there way to show Custom sector limits? Like: [example](https://healthycities.zendesk.com/hc/en-us/article_attachments/209780667/gauge-type1-70-500px.png)

Easy, if you refresh the page or assign the values (`range, value`) for the **first time**, the color transition won't work unless you change any of these values afterwards. So,...

Before I break something, how can I add a second set of values to a gauge. The scenario would be something like this: I have 40 events I can post...

I have been doing it the way it is suggested in you examples but as you can see from this jFiddle, it does not work http://jsfiddle.net/297sr4yb/1/

I'm creating the gauges in a ajax request when async false but the objects still don't have the value label all are in 0, the graphic shows that the value...

Hi cannot work out how to set width of title text, I have tried the following jg1.txtTitle.attr({ "font-weight": "100", "overflow": "hidden", "white-space": "nowrap", "text-overflow": "ellipsis", "max-width": "150px", });

Hi, I've noticed that when you resize the window a justGage control will not draw the graphics if its inside a bootstrap 3 tab or carousel (that has been tabbed...