cnguy / gopherjs-frappe-charts

[experimental/outdated; frappe v0.07] GopherJS bindings for frappe/charts - simple Go charts for your frontend
MIT License
20 stars 1 forks source link

Expose `values` props as float64[] #4

Closed cnguy closed 6 years ago

cnguy commented 6 years ago

Expose values props as float64[] and convert them to interface{} under the hood.

Reason: type-safety of course!