@deckdeckgo/charts
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -0,1 +1,7 @@ | ||
# 2.2.1 (2021-09-02) | ||
### Chore | ||
- remove console.log | ||
# 2.2.0 (2021-09-01) | ||
@@ -2,0 +8,0 @@ |
@@ -265,3 +265,2 @@ import { Component, Prop, Element, Method, Watch, h, Host, Event } from '@stencil/core'; | ||
if (!this.randomColors || this.randomColors.length !== lines.length) { | ||
console.log('new'); | ||
this.randomColors = Array.from({ length: lines.length }, (_v, _i) => Math.floor(Math.random() * 16777215).toString(16)); | ||
@@ -268,0 +267,0 @@ } |
@@ -1,1 +0,1 @@ | ||
import{p as i,b as a}from"./p-9c1cf641.js";(()=>{const a=import.meta.url,t={};return""!==a&&(t.resourcesUrl=new URL(".",a).href),i(t)})().then((i=>a([["p-864c8f7f",[[1,"deckgo-bar-chart",{width:[1026],height:[1026],src:[1],separator:[1],customLoader:[4,"custom-loader"],marginTop:[2,"margin-top"],marginBottom:[2,"margin-bottom"],marginLeft:[2,"margin-left"],marginRight:[2,"margin-right"],animation:[4],animationDuration:[2,"animation-duration"],data:[16],yAxis:[4,"y-axis"],yAxisMin:[2,"y-axis-min"],updateCurrentBar:[64],draw:[64],next:[64],prev:[64],isBeginning:[64],isEnd:[64],postCustomLoad:[64]}],[1,"deckgo-line-chart",{width:[1026],height:[1026],src:[1],separator:[1],customLoader:[4,"custom-loader"],datePattern:[1,"date-pattern"],marginTop:[2,"margin-top"],marginBottom:[2,"margin-bottom"],marginLeft:[2,"margin-left"],marginRight:[2,"margin-right"],yAxisDomain:[1,"y-axis-domain"],smooth:[4],area:[4],ticks:[2],grid:[4],animation:[4],animationDuration:[2,"animation-duration"],draw:[64],next:[64],prev:[64],isBeginning:[64],isEnd:[64],postCustomLoad:[64]}],[1,"deckgo-pie-chart",{width:[1026],height:[1026],marginTop:[2,"margin-top"],marginBottom:[2,"margin-bottom"],marginLeft:[2,"margin-left"],marginRight:[2,"margin-right"],innerRadius:[2,"inner-radius"],src:[1],separator:[1],customLoader:[4,"custom-loader"],animation:[4],animationDuration:[2,"animation-duration"],draw:[64],next:[64],prev:[64],isBeginning:[64],isEnd:[64],postCustomLoad:[64]}]]]],i))); | ||
import{p as i,b as a}from"./p-9c1cf641.js";(()=>{const a=import.meta.url,t={};return""!==a&&(t.resourcesUrl=new URL(".",a).href),i(t)})().then((i=>a([["p-4c098a72",[[1,"deckgo-bar-chart",{width:[1026],height:[1026],src:[1],separator:[1],customLoader:[4,"custom-loader"],marginTop:[2,"margin-top"],marginBottom:[2,"margin-bottom"],marginLeft:[2,"margin-left"],marginRight:[2,"margin-right"],animation:[4],animationDuration:[2,"animation-duration"],data:[16],yAxis:[4,"y-axis"],yAxisMin:[2,"y-axis-min"],updateCurrentBar:[64],draw:[64],next:[64],prev:[64],isBeginning:[64],isEnd:[64],postCustomLoad:[64]}],[1,"deckgo-line-chart",{width:[1026],height:[1026],src:[1],separator:[1],customLoader:[4,"custom-loader"],datePattern:[1,"date-pattern"],marginTop:[2,"margin-top"],marginBottom:[2,"margin-bottom"],marginLeft:[2,"margin-left"],marginRight:[2,"margin-right"],yAxisDomain:[1,"y-axis-domain"],smooth:[4],area:[4],ticks:[2],grid:[4],animation:[4],animationDuration:[2,"animation-duration"],draw:[64],next:[64],prev:[64],isBeginning:[64],isEnd:[64],postCustomLoad:[64]}],[1,"deckgo-pie-chart",{width:[1026],height:[1026],marginTop:[2,"margin-top"],marginBottom:[2,"margin-bottom"],marginLeft:[2,"margin-left"],marginRight:[2,"margin-right"],innerRadius:[2,"inner-radius"],src:[1],separator:[1],customLoader:[4,"custom-loader"],animation:[4],animationDuration:[2,"animation-duration"],draw:[64],next:[64],prev:[64],isBeginning:[64],isEnd:[64],postCustomLoad:[64]}]]]],i))); |
{ | ||
"name": "@deckdeckgo/charts", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "A collection of Web Components to easily draw charts", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1444230
34200