mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-25 16:02:11 +00:00
fix: make plotly dynamically change on layout change
This commit is contained in:
@@ -47,7 +47,15 @@
|
||||
shouldeUpdate++
|
||||
})
|
||||
|
||||
$: Plotly && render && result && divEl && h && w && shouldeUpdate && plot()
|
||||
$: Plotly &&
|
||||
render &&
|
||||
result &&
|
||||
resolvedConfig.layout &&
|
||||
divEl &&
|
||||
h &&
|
||||
w &&
|
||||
shouldeUpdate &&
|
||||
plot()
|
||||
|
||||
let error = ''
|
||||
function plot() {
|
||||
|
||||
Reference in New Issue
Block a user