It was like that for me in Firefox till I cleared the browser cache.Well that has buggered up the WebIf on my iPad!
@af123. Loving this pie chart upgrade, but just to be a nitpicker, the top right hand corner of the status box is very close to the colour key for the dustbin.
The right edge of the pie chart is further away from the right edge of the banner than the left edge of the Freeview symbol and status box is from the left edge of the same banner, so this could be changed by moving the chart and legend across a bit.
Also, the HD- and HDR-FOXes used to have light blue and green segments, respectively, in line with the Humax charts, signifying internal and USB disks. If you do decide to adopt either, or both, suggestions it is certainly not urgent.
#tbdiskpie
{
width: 100px;
height: 100px;
}
.tbdiskpie
{
top: 7px !important;
}
You are right, I had not noticed thisaf123 said:The right edge of the pie chart /object/ is the same distance away - you can tell that by hovering over the top right (blue) sector and seeing that the pop-up text extends past the right of the actual chart.
Thanks, I much prefer the smaller chart.btw - it is now possible to customise aspects of the pie chart through the EXTRA.css file
for example, add this for a smaller chart:
Code:#tbdiskpie { width: 100px; height: 100px; } .tbdiskpie { top: 7px !important; }
![]()
I have the small pie chart, and can easily see the 2% slice that represents my Dustbin.Is there a minimum size of slice visible in the piechart? 5% (52gb) does not seem to register.
It was the same before I reduced the size of the pie.
diskspace_data = [
{
name: 'Used',
y: 608488886272,
sliced: false,
pretty: '743.2 GiB'
},
{
name: 'Dustbin',
y: 189516447744,
sliced: false,
pretty: '176.5 GiB'
},
{
name: 'Free',
y: 1000438771712,
sliced: false,
pretty: '931.73 GiB'
}
];
Odd one - @4ndy, can you view the source code of the page and see what the diskspace_data section looks like? It should be near the top.
diskspace_data = [
{
name: 'Used',
y: -87510720512,
sliced: false,
pretty: '53.42 GiB'
},
{
name: 'Dustbin',
y: 144872898560,
sliced: false,
pretty: '134.92 GiB'
},
{
name: 'Free',
y: 770637012992,
sliced: false,
pretty: '717.71 GiB'
}
];
[CODE/]