algenty/grafana-flowcharting

NEW 0.4.0 SNAPSHOT candidate for release : BETA USERS NEEDED

algenty opened this issue · 9 comments

Hi Users and grafana team.
Since 4 months, i work on version 0.4.0.
I think this version is stable but before to pull for release, i need feedback and beta tester.
You can found it at
https://algenty.github.io/flowcharting-repository/ARCHIVES.html

Documentation at
https://algenty.github.io/flowcharting-repository/

What's news for this version :

[0.4.0 SNAPSHOT] - 2019-09-14

Added

  • Draw.io editor (Example)
    • Open draw.io with dark theme for better rendering
    • Display waiting screen when loading xml definition.
  • Upgrading libraries
    • mxGraph 4.0.4
    • draw.io 11.2.8
  • Graph definition
    • Adding download function to download source by http on load. (Example)
  • Metric
    • Adding string support for state
  • Zoom (issue #19) (Example)
    • On the mouse pointer : Ctrl + Mouse
    • Hold right button to move diagram.
    • double click on shape to zoom on.
    • Escape key to restore.
  • Tooltip/popup support (Example)
    • Grafana style css and date
    • Adding metrics with color according levels
    • Adding colors on metrics in tooltip
    • Adding date of change
    • Adding label input for metric
  • Variables/templates support, accept variable like ${} (Example)
    • In xml definition
    • In text mapping when type in sring for "Range to text" and "Value to text"
    • In link ovewrite
  • full shapes from draw.io included (Examples)
  • Some optimizations

Fixed

BR
Arnaud

Hi Arnoud,

I started testing your 0.40-September version. The zooming improved a lot, in firefox the mouse-zoom still removes the graphical icons as I reported in #19. In both firefox&chromium the zoom level resets once grafana reloads data, would be great if the zoom level can stay fixed longer than the refresh rate or independently.

Kind regards,
Dennis

Hi Dennis,
i work on it but not in this version, because i ll try to release it in few days

Hi Arnoud,
No problem to wait for next version, it is not that critical.

Pull request at Grafana in progress
grafana/grafana-plugin-repository#486

Hi, Arnaud.

I'm testing 0.4.0 snapshot and seeing that rule order not saving on save action. It's viewing like this

  • Rule A
  • Rule B
  • Rule C

After save and refresh page.

  • Rule A
  • Rule C
  • Rule B

Wrong order is preserved when the page is updated without changes. I'm not see sorting logic.

Also i seeing color selector bug in rule colors. Sometime selected color not applying. I'm tryed select color from predefined, select color in custom tab and insert color string in custom tab in #000000 and rgba() formats. After save the previously selected color applying to rule, but new attempt color changing not work.

Grafana 6.3.5

Hi @PikaYellow35,
Thanks for your feedback,
can you create an issue for this ?
I'll check it this bug asap
BR,
Arnaud

Ok, i can repeat the bug.
For the order, that seems easy but for the color it's looks a bug of grafana

Hi, Arnaud.
Sorry for long answer and thanks for quick reaction. =)

Yes, color picker bug seems more as Grafana bug. I will check his work in other panels and will say more precisely.

Fixed in 0.4.0 just in time before release
0.4.0 are available on grafana.com