vizabi-barrankchart
Advanced tools
Comparing version 3.2.3 to 3.3.0
@@ -737,3 +737,3 @@ // https://github.com/kuguarpwnz/vizabi-tool-bundler#readme v1.0.0 Copyright 2021 undefined | ||
constructor(config){ | ||
const marker = config.splash(config.model.stores.markers.get("bar")); | ||
const marker = config.splash(config.model.markers.bar); | ||
@@ -803,7 +803,2 @@ config.name = "barrankchart"; | ||
//register locale service in the marker model | ||
config.model.config.markers.bar.data.locale = mobx.observable({ | ||
get id() { return config.services.locale.id; } | ||
}); | ||
super(config); | ||
@@ -810,0 +805,0 @@ } |
{ | ||
"name": "vizabi-barrankchart", | ||
"version": "3.2.3", | ||
"version": "3.3.0", | ||
"description": "Bar rank chart tool for Vizabi 📊", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
901
90409