maxGraph/packages/html/stories/stashed
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
..
grapheditor refactor: simplify fontStyle code checking binary mask (#174) 2023-01-17 12:08:32 +01:00
Codec.js started refactor of currently unused stories in `stashed` folder 2022-01-18 18:46:56 +11:00
JQuery.js Changed the type of cell style from string to CellStyle. 2022-04-17 15:58:35 +09:00
Map.js started refactor of currently unused stories in `stashed` folder 2022-01-18 18:46:56 +11:00
Ports.js started refactor of currently unused stories in `stashed` folder 2022-01-18 18:46:56 +11:00
Schema.js started refactor of currently unused stories in `stashed` folder 2022-01-18 18:46:56 +11:00
ServerView.js Finish converting core to ts, JSDoc conversion, consistency+convention changes, example bugfixes (#70) 2022-01-08 12:49:35 +11:00
Touch.js started refactor of currently unused stories in `stashed` folder 2022-01-18 18:46:56 +11:00
UIConfig.js started refactor of currently unused stories in `stashed` folder 2022-01-18 18:46:56 +11:00