rawgraphs / rawgraphs-core

RAWGraphs core library
https://rawgraphs.github.io/rawgraphs-core/docs/
Apache License 2.0
55 stars 11 forks source link

svg background shouldn't be applyed as style prop #9

Closed uf0 closed 3 years ago

uf0 commented 4 years ago

https://github.com/rawgraphs/rawgraphs-core/blob/master/src/raw.js#L142

If we use style prop we lose it when we export to .svg. Background should be a <rect fill="my background color" width="full width" height="full height" x="0" y="0" /> element inside the svg

mikima commented 4 years ago

ok, will add it to all the chars

bianchimro commented 3 years ago

@mikima @uf0 do charts still rely on this?