plot icon indicating copy to clipboard operation
plot copied to clipboard

lifecycle

Open Fil opened this issue 1 year ago • 1 comments

A more ambitious documentation for #1711, describing the whole lifecycle of a chart.

alternative to #1811

Fil avatar Oct 01 '24 14:10 Fil

Two issues with Vitepress that need to be fixed:

  • [x] there are errors on build related to Event (unrelated to this PR: see #2185 instead)
  • [ ] the three charts update when I click on any of the "replay" buttons
TypeError: Cannot read properties of undefined (reading 'Event')
    at context.dispatchValue (file:///Users/fil/Source/plot/docs/.vitepress/.temp/index.C4JK4Fq9.js:6179:59)
    at render2 (file:///Users/fil/Source/plot/docs/.vitepress/.temp/index.C4JK4Fq9.js:3542:19)
    at Tip.<anonymous> (file:///Users/fil/Source/plot/docs/.vitepress/.temp/index.C4JK4Fq9.js:3583:14)
    at Tip.render (file:///Users/fil/Source/plot/docs/.vitepress/.temp/index.C4JK4Fq9.js:3329:15)
    at Module.plot (file:///Users/fil/Source/plot/docs/.vitepress/.temp/index.C4JK4Fq9.js:6254:25)
    at Proxy.render (file:///Users/fil/Source/plot/docs/.vitepress/.temp/PlotRender.BMJbYFpP.js:657:35)
    at renderComponentRoot (/Users/fil/Source/plot/node_modules/@vue/runtime-core/dist/runtime-core.cjs.prod.js:4892:16)
    at renderComponentSubTree (/Users/fil/Source/plot/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.js:448:28)
    at renderComponentVNode (/Users/fil/Source/plot/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.js:375:12)
    at ssrRenderComponent (/Users/fil/Source/plot/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.js:84:10)
TypeError: Cannot read properties of undefined (reading 'Event')

Fil avatar Oct 02 '24 14:10 Fil