Currency graphs
BJJLangedijk opened this issue · 2 comments
Idea looks very nice indeed. Some initial thoughts.
As we are (currently) outputting to BetterTouchTool, the options we have are:
- build these charts in native applescript... (lol i doubt it)
do shell script
and do this in bash, doubtfuldo shell script python -c 'import....'
and offload the work into python (or any other tool), I think this approach has more legs - however we will likely end up bringing in external dependancies such as plotly - no problem for devs, but lets keep non-tech users in mind too.
Been thinking about this again, and whilst I like the idea I'm not sure we will be able to implement it - at least inside BetterTouchTool, if we ever took the plunge of building a native app, would be a different story
The problem I think resides within the fact we would need to make use of the 'Icon' of the touch bar to show the chart (see example attached), however we would only be able to generate this at export/import time not programatically from the API response.
A side thought - maybe we could use a 'graph font' to output the candles, but I don't think this is supported inside BTT either at the moment.
@fifafu - any thoughts?