Skip to content

emilbratt/eb_bars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EB Bars - It's a Super Simple Barchart Library 🦀

  • Simple and good looking barcharts for Rust

So Simple that

  • you can only create barcharts and or histograms.
  • there are no external dependencies.
  • the only supported output is svg.
  • all bars are drawn with the rect svg element instead of for example the path element.
  • even your mom can use the API.

But despite being simple you can customize your barchart by

  • adding text in any of the four sides if you want.
  • setting font size for text.
  • applying custom colors on bars, lines, ticks/markers and text.
  • showing or hiding grid lines (both horizontal and vertical).
  • having bars with negative values be drawn downwards.
  • setting a custom resolution.
  • resizing the chart and move it in all directions for best fit.

Showcase

Click the images below to have a look at the code behind each.

Documentation

Refer to crate docs for how to produce nice looking plots or simply take a look at all the tests.

About

rust crate for generating svg barcharts and histograms

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages