-
Notifications
You must be signed in to change notification settings - Fork 23
Incompatible with agenty-flowcharting-panel #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Possibly related: plotly/plotly.js#4563 |
Thanks for reporting this issue and pointed me in the right direction. <!DOCTYPE html>
<html lang="en">
<head>
<script>
//INSERT CODE HERE
window.PlotlyConfig = {MathJaxConfig: 'local'}
// https://github.com/GoogleChromeLabs/tti-polyfill
!(function() {
if ('PerformanceLongTaskTiming' in window) {
var g = (window.__tti = { e: [] }); Then it should work again... |
Thanks. I tested the workaround and it fixes '1) flowcharting -> 2) plotly' but not '1) plotly -> 2) flowcharting' |
I published a new version (v0.3.2) that fixes the 2 bugs. |
Works perfectly now! Thanks! |
Uh oh!
There was an error while loading. Please reload this page.
Grafana version 7.2.2 and also 7.1.5
plotly-panel version 0.3.1
agenty-flowcharting-panel version: 0.9.0
This plugins seems to be conflicting with agenty-flowcharting-panel. When one is loaded prior to the other, the other will fail.
Sequence:
The text was updated successfully, but these errors were encountered: