πŸ‡ΊπŸ‡ΈUnited States @zerbash

Account created on 10 March 2011, over 13 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States zerbash

I don't think checking for ['#opposite'] is the best way to determine a secondary y-axis. That's a valid setting that a user may want to apply to the default y. I think if yAxisID has been set, it's fair to assume that the target is not y:

        $target_axes = array_column($chart_definition['data']['datasets'],'yAxisID');
        $y_axis_key = in_array($child, $target_axes) ? $child : 'y';
πŸ‡ΊπŸ‡ΈUnited States zerbash

zerbash β†’ created an issue.

πŸ‡ΊπŸ‡ΈUnited States zerbash

Case in point: We just switched SFTP providers, and all I had to do was update the key. No PRs or pushes required!

πŸ‡ΊπŸ‡ΈUnited States zerbash

Sounds great -- you're in!

πŸ‡ΊπŸ‡ΈUnited States zerbash

This works for me -- but needs a plugin id...

Production build 0.71.5 2024