fslaborg / FSharp.Charting

Charting library suitable for interactive F# scripting
http://fslab.org/FSharp.Charting/
Other
216 stars 67 forks source link

Mac OS X: The field, constructor or member 'Stock' is not defined #107

Closed Darkkey closed 7 years ago

Darkkey commented 8 years ago

Does Mac OS X/crossplatform version of library support Stocks/Candlesticks? Because if I try to follow this sample: http://fslab.org/FSharp.Charting/StockAndCandlestickCharts.html , I'm getting "error FS0039: The field, constructor or member 'Stock' is not defined" However, Chart.Line (and other simple charts) works correct.

dsyme commented 7 years ago

No, it's not supported. A pull request would be welcome.

sebfia commented 7 years ago

I'll do it!

sebfia commented 7 years ago

Done, see PR #131

dsyme commented 7 years ago

@sebfia Great!

If there's any chance we could "modernize" the Gtk support that would be great. For example

Also better docs on what is required to install etc.