hierarchy
Here are 181 public repositories matching this topic...
Storybook is a popular tool for designing UI components and design systems. It should be possible to integrate Storybook with OverVue, even if simply at first.
Have you considered it?
Thanks!
-
Updated
May 11, 2020 - Ruby
It would be nice to include a list of available SVG/styling properties are available for the links, nodes etc.
The docs provide an example in the Styling section:
links: {
stroke: 'blue',
strokeWidth: 1
}
Which is nice, but not all SVG/CSS properties seem to be available. In addition, the properties are not direct. For example, the above uses 'strokeWidth' in camel
-
Updated
Aug 2, 2018 - CSS
-
Updated
Aug 5, 2017 - Python
-
Updated
May 25, 2020 - R
Currently, prop checks fail with minimal context. It would be good to have more context on which specific values were the cause.
-
Updated
Jun 8, 2020 - TypeScript
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Apr 12, 2020 - JavaScript
Zoom In/Out buttons
Describe the feature you are requesting
Instead of clicking a node to zoom to it use a standard set of zoom in/out buttons. This would give finer and more intuitive control over the level of zoom and free the mouse click gesture up to be used for some other feature.
-
Updated
Jan 28, 2020 - Python
-
Updated
Jun 2, 2020 - Python
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
May 5, 2020 - PHP
Improve this page
Add a description, image, and links to the hierarchy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hierarchy topic, visit your repo's landing page and select "manage topics."
Describe the bug
SQL Server supports assigning a value to a variable from a selected expression.
For example:
To Reproduce
assertSqlCanBeParsedAndDeparsed("SELECT @var = 1");System