mirror of
https://github.com/pi-hole/web.git
synced 2026-05-01 22:24:08 +01:00
Set parsing:false for dashboard graphs
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
@@ -890,7 +890,7 @@ $(function () {
|
||||
type: utils.getGraphType(),
|
||||
data: {
|
||||
labels: [],
|
||||
datasets: [{ data: [] }],
|
||||
datasets: [{ data: [], parsing: false }],
|
||||
},
|
||||
options: {
|
||||
responsive: true,
|
||||
@@ -998,7 +998,7 @@ $(function () {
|
||||
type: utils.getGraphType(),
|
||||
data: {
|
||||
labels: [],
|
||||
datasets: [{ data: [] }],
|
||||
datasets: [{ data: [], parsing: false }],
|
||||
},
|
||||
options: {
|
||||
responsive: true,
|
||||
@@ -1136,7 +1136,7 @@ $(function () {
|
||||
type: "doughnut",
|
||||
data: {
|
||||
labels: [],
|
||||
datasets: [{ data: [] }],
|
||||
datasets: [{ data: [], parsing: false }],
|
||||
},
|
||||
options: {
|
||||
responsive: true,
|
||||
@@ -1180,7 +1180,7 @@ $(function () {
|
||||
type: "doughnut",
|
||||
data: {
|
||||
labels: [],
|
||||
datasets: [{ data: [] }],
|
||||
datasets: [{ data: [], parsing: false }],
|
||||
},
|
||||
options: {
|
||||
responsive: true,
|
||||
|
||||
Reference in New Issue
Block a user