[Web] Remove title from Rspamd graph

master
André 2018-07-25 01:09:19 +02:00
parent ad85033af2
commit 4d393d9265
1 changed files with 2 additions and 1 deletions

View File

@ -302,8 +302,8 @@ jQuery(function($){
var data = google.visualization.arrayToDataTable(graphdata); var data = google.visualization.arrayToDataTable(graphdata);
var options = { var options = {
title: 'Rspamd Visualization Chart',
is3D: true, is3D: true,
sliceVisibilityThreshold: 0,
pieSliceText: 'percentage', pieSliceText: 'percentage',
chartArea: { chartArea: {
left: 0, left: 0,
@ -312,6 +312,7 @@ jQuery(function($){
width: '100%', width: '100%',
height: '100%' height: '100%'
}, },
slices: { slices: {
0: { color: '#DC3023' }, 0: { color: '#DC3023' },
1: { color: '#59ABE3' }, 1: { color: '#59ABE3' },