1. 18 Dec, 2020 1 commit
  2. 04 Aug, 2020 1 commit
  3. 10 Jul, 2020 1 commit
  4. 03 Jul, 2020 1 commit
  5. 06 Dec, 2019 1 commit
  6. 05 Dec, 2019 1 commit
  7. 19 Feb, 2019 2 commits
    • Alessandro's avatar
      adding donut type chart, like a pie chart with a blank circle on the center... · 9852fce5
      Alessandro authored
      adding donut type chart, like a pie chart with a blank circle on the center and little trick for label position (#111)
      
      (some way of improvement)
      9852fce5
    • Justin Kromlinger's avatar
      Add type classes on class output (#106) · 59451fbe
      Justin Kromlinger authored
      * Add type classes on class output
      
      Without this it is quite difficult to differentiate between fill and
      stroke elements, f.e. with basic charts with fillings or legends
      generally:
      `svg path:nth-last-of-type(2).legend`
      
      Text elements needed to be accessed with text.classname which
      isn't really best practise.
      
      This way they can be accessed easier:
      `svg .legend.fill`
      
      * Add type classes to examples
      
      * Fix import in custom_stylesheets example
      59451fbe
  8. 12 Oct, 2018 11 commits
  9. 05 Oct, 2018 1 commit
  10. 10 Sep, 2018 3 commits
  11. 07 Sep, 2018 4 commits
  12. 05 Sep, 2018 5 commits
  13. 15 Apr, 2018 5 commits
  14. 05 Apr, 2018 3 commits