Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

reasonableconsulting/bs-victory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

5 Commits

Repository files navigation

@reasonableconsulting/bs-victory

BuckleScript bindings for Victory Charts.

Usage

<Victory.Container height=250 width=250 responsive=false>
 <Victory.Legend
 standalone=false
 data=legendData
 orientation="horizontal"
 itemsPerRow=2
 width=250
 symbolSpacer=10
 style=legendStyles
 />
 <Victory.Pie
 standalone=false
 data=pieData
 padding={Victory.padding(~left=0, ~right=0, ~top=0, ~bottom=0, ())}
 height=250
 width=250
 labelRadius=60
 labels={data => data##y}
 style=pieStyles
 />
</Victory.Container>

About

BuckleScript bindings for Victory Charts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /