Mark Oosting

Results 9 comments of Mark Oosting

What I'd like to see is a consistent visual style for every BaselineSeries I add to my chart, wherever they are on the scale. I currently have an upper and...

I tried with the following code to change the price scale manually (series initialized without scale beforehand): ```js chart.priceScale('myscale').applyOptions({ scaleMargins: { top: 0, bottom: 0.8 }, }); ``` Before: ![image](https://user-images.githubusercontent.com/11995840/153644864-473fd710-4b99-4b8c-b832-90746b1b355a.png)...

Regarding your second comment, I think the most logical situation would be that the gradient is simply based on the min/max values of the series (or well, the top/bottom of...

Area series also seems to be affected. One of the gradient color stops is not reached when using scaleMargins on its priceScale: Without margins: With margins: Suddenly the upper side...

> Have you tried to move a series after that vertically? How the color is changing on this? Yes, this will give the same result, a color change while moving...

Same issue here, asked premium support but got redirected here. The http-basic auth seems to be working, but the server is responding with a server error (500). Composer then tries...

Hi Jerome, I've been trying a few things, here's a system that I got working: ```php new Permastruct($collection, '', [ 'default' => 'BlogController', // Same as the original '$controllername' -...

Same issue here! Symfony version: 6.4.10 EasyAdminBundle version: 4.11.0

@WaneOshin you can copy a permalink to the code by shift-clicking the line numbers in github ;) https://github.com/felipeek/raw-physics/blob/6a0bea5599597ee5e914bc7c4bf6aa3ca591235f/src/physics/gjk.cpp#L138-L146