LayTec-AG / Plotly.Blazor

This library packages the well-known charting library plotly.js into a razor component that can be used in a Blazor project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Examples not working

sean-mcl opened this issue · comments

Some examples do not work due to the switch to web assembly.
They have to be adjusted to await Task() instead of Task.Wait().

Affected examples:

  • Map
  • Surface
  • Ribbon

Fixed in #271