mirror of
https://github.com/jcf-402/datacharts.git
synced 2026-07-22 06:08:15 +00:00
Forgot to erase debugging console.log
This commit is contained in:
parent
acf654c992
commit
e89a78437b
1 changed files with 0 additions and 2 deletions
|
|
@ -60,8 +60,6 @@ export default class PlotPlugin extends Plugin {
|
|||
|
||||
if (!chartInstance) { // If the chart doesnt exist yet. Create it
|
||||
const wrapper = el.createDiv("plot-wrapper");
|
||||
console.log(this.settings.transparentBackground);
|
||||
console.log(this.settings.backgroundColor);
|
||||
wrapper.setCssProps({
|
||||
"--wrapper-height": `${this.settings.canvasHeight}px`,
|
||||
"--wrapper-padding": `${this.settings.canvasPadding}px`,
|
||||
|
|
|
|||
Loading…
Reference in a new issue