pablrod / p5-Chart-Plotly

Generate html/javascript charts with perl data using javascript library Plotly.js
MIT License
9 stars 4 forks source link

Correct type constraint for attributes of value type flaglist. Issue #12 #13

Closed pablrod closed 5 years ago

pablrod commented 5 years ago

Type constraint for attributes of value type flaglist were not generated correctly because this value type was ignored and the type constraint only used the arrayOk part of the value type (hence the reported wrong constraint `Maybe[ArrayRef] #12 )