Project

General

Profile

« Previous | Next » 

Revision 30fed694

Added by Daniel Lobato Garcia over 8 years ago

Fixes #13428 - Temporarily thin flot_pie width to make it look like Patternfly

Tiny change, but until we move to use the donut charts in #13424, we can
make flot_pie look more similar to them & match the general Patternfly
recommendations.
Notice the difference http://imgur.com/a/3cjhL

View differences:

app/assets/javascripts/charts.js
series: {
pie: options.pie || {
show: true,
innerRadius: 0.75,
innerRadius: 0.87,
radius: 1,
label: {
show: true,
......
series: {
pie: {
show: true,
innerRadius: 0.8*3/4,
innerRadius: 0.8*(3.5/4),
radius: 0.8,
label: {
show: true,

Also available in: Unified diff