vue-graph icon indicating copy to clipboard operation
vue-graph copied to clipboard

Why no percentage values?

Open CaptainCannabis opened this issue 5 years ago • 0 comments

I ran i a problem with the prop definition for width and height while handling resize events in a flexbox layout. So i changed the prop definition in src/base/props.js to be able to set "100%" for width and height.

Using the line-chart. Why this restriction to integer values? Will i run into problems with these change?

Image 1

CaptainCannabis avatar Jun 25 '20 17:06 CaptainCannabis