JuliaPlots / PlotlyJS.jl

Julia library for plotting with plotly.js
Other
418 stars 77 forks source link

ArgumentError: PlotlyJS.SyncPlot doesn't have a defined `StructTypes.StructType` #425

Closed HackYardo closed 2 years ago

HackYardo commented 2 years ago

Describe the bug I make a game GUI by plotlyjs.jl and dash.jl (pd.jl for short). The code works in old version pd.jl (when DashDaq added). Now I need to adjust layout by DashBootstrapComponents, which needs new version pd.jl, so I rm DashDaq. Now the code doesn't work because no StructType defined...

Version info

  1. Julia Version 1.7.0 Commit 3bf9d17731 (2021-11-30 12:12 UTC) Platform Info: OS: Windows (x86_64-w64-mingw32) CPU: Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-12.0.1 (ORCJIT, skylake)
  2. [336ed68f] CSV v0.9.11 [aaaa29a8] Clustering v0.14.2 [1b08a953] Dash v1.1.1 [1b08a953] DashBootstrapComponents v1.0.1 [1b08a953] DashCoreComponents v2.0.0 [1b08a953] DashHtmlComponents v2.0.0 [1b08a953] DashTable v5.0.0 [a93c6f00] DataFrames v1.3.0 [cd3eb016] HTTP v0.9.17 [682c06a0] JSON v0.21.2 [8ac3fa9e] LRUCache v1.3.0 [c03570c3] Memoize v0.4.4 [f0f68f2c] PlotlyJS v0.18.8 [ce6b1742] RDatasets v0.7.6 [6385f0a0] WordCloud v0.9.1 [2a0f44e3] Base64
HackYardo commented 2 years ago

Here is why.