maxGraph/packages/html
Dave Morrissey 63f002c263
feat: restore remaining non-"Editor" examples to Storybook (#150)
Converted the following remaining "stashed" examples to Storybook:
  - GraphLayout
  - HtmlLabel
  - MenuStyle
  - ShowRegion
  - Scrollbars (is starting to display, but appears to have a bug where `<g>` elements are inserted outside of the `<svg>` element)
  - Wires

The examples are still not fully working. As the mxGraph examples were previously migrated to nextjs/react, some original code may not have been ported correctly.


Additional changes in @maxgraph/core:
  - Fixes the default parameters in `MaxPopupMenu` and `Morphing` to restore the original `mxGraph` behavior.
  - Graph: add new "create*" factory methods to ease the extension:
    - createEdgeHandlerInstance(state: CellState): EdgeHandler
    - createGraphDataModel(): GraphDataModel
    - createSelectionModel()

---------

Co-authored-by: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com>
2023-12-22 06:54:34 +01:00
..
.storybook chore: migrate to storybook v7 (#230) 2023-10-12 23:41:37 +02:00
public chore: migrate to storybook v7 (#230) 2023-10-12 23:41:37 +02:00
stories feat: restore remaining non-"Editor" examples to Storybook (#150) 2023-12-22 06:54:34 +01:00
.gitignore chore: migrate to storybook v7 (#230) 2023-10-12 23:41:37 +02:00
package.json chore(deps-dev): bump vite from 4.4.11 to 4.4.12 (#281) 2023-12-06 03:47:56 +00:00
tsconfig.json chore: migrate to storybook v7 (#230) 2023-10-12 23:41:37 +02:00