feat(tablepanel): minor fix

This commit is contained in:
Torkel Ödegaard
2015-11-12 13:41:53 +01:00
parent 87c718f549
commit 163b45cf37

View File

@@ -95,6 +95,7 @@ export function tablePanelEditor() {
colors: ["rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)"], colors: ["rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)"],
colorMode: null, colorMode: null,
pattern: '/.*/', pattern: '/.*/',
dateFormat: 'YYYY-MM-DD HH:mm:ss',
thresholds: [], thresholds: [],
}; };