Dave Skender

Results 211 comments of Dave Skender

This probably works fine in straight JavaScript, but it's choking on the custom candlestick dataset type in Angular/Typescript. ```typescript var defaultOpts = Chart.defaults.elements["candlestick"]; myConfig.data = { datasets: [ { type:...

WORKAROUND: for anyone using TypeScript, here's how I solved it: ```typescript // add new dataset options type for borderColor type CandlestickDatasetOptions = BarControllerDatasetOptions & { borderColor: { up: string, down:...

I may have a similar use case that I'm trying to resolve regarding multi-targeting. Suppose: ```xml net6.0;netstandard2.1; ``` And it produces two DLLs, one for .NET 6.0 and one for...

Here’s some basic info on webp: https://developers.google.com/speed/webp

Cool. Adding to the backlog. When I have more time, I'll have to double check to make sure this isn't the same things as our existing [Momentum Oscillator / ROC](https://daveskender.github.io/Stock.Indicators/indicators/Roc/#content)....

It’s all yours! Thanks for contributing ❤️

This was added to v2.3.0 ![image](https://user-images.githubusercontent.com/8432125/188789732-3ca62e9a-55e9-48db-912d-a96c72f1ff49.png)

This is dependent on Demand Index, which is also currently on hold.

I need a bit more context, and maybe one example of each of the things you mentioned: - default parameter set - more restrictive validation - senseless parameter combos I’ve...

@endeffects without more info from you, I’m not going to be able to assess your request. Closing, but will reopen if needed.