Browser: Chrome 110 OS: macOS / Windows / Linux / etc.
Pie Chart Element.
Dynamic data value is not displaying in the Builder.
Please wrap the code at line 138 and 221 with $this->set_attribute( ‘_root’, ‘data-percent’, $this->render_dynamic_data($settings[‘percent’]) );
and echo “{$this->render_dynamic_data($this->settings[‘text’])}”;
No condition checks for setting keys ‘text’ and ‘percent’. If either key is missing, a PHP warning is triggered at frontend.
about the #1, it’s not actually a bug, but would be more suitable for feature request. As you can see, there are also no dynamic tag pickers, so that would indicate that the dynamic value is not supported.
But, I was able to replicate the #2, and I’ve added it to our bug tracker.