Last fixes for 0.0.1

- fix prometheus request error
- remove console.log
- bring back drawSimpleColorLegend
This commit is contained in:
Ivan Mikheykin
2018-09-18 13:31:52 +03:00
parent 2614ebccd7
commit 3e12ede595
4 changed files with 33 additions and 9 deletions
+3
View File
@@ -72,6 +72,9 @@ export class ColorModeDiscrete {
}
updateCardsValuesHasColorInfo() {
if (!this.panelCtrl.cardsData) {
return
}
this.panelCtrl.cardsData.noColorDefined = false;
let cards = this.panelCtrl.cardsData.cards;
for (let i=0; i<cards.length; i++) {