pnezis / tucan

An Elixir plotting library on top of VegaLite
https://hexdocs.pm/tucan/Tucan.html
MIT License
153 stars 2 forks source link

Add fill_color: option for area graph #16

Closed wkgumaru closed 5 months ago

wkgumaru commented 5 months ago

It would exactly be like the bar graph where I can put a hex value.

wkgumaru commented 5 months ago

Hi, I tried the new changes and it still does not work. I even have the git dependency.

pnezis commented 5 months ago

Hi @wkgumaru you probably need to update the dependency

wkgumaru commented 5 months ago

Wouldn't it be just {:tucan, github: "pnezis/tucan"} like usual?

pnezis commented 5 months ago

Wouldn't it be just {:tucan, github: "pnezis/tucan"} like usual?

Yes but if you have already downloaded it then mix deps.get will not update the code. Instead you need to do

mix deps.update tucan