Skip to content
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

JSON Table Widget: Farbänderung der Werte via Schwellwert ist nur im Editor, nicht in Runtime sichtbar. #580

Closed
DokoBlock opened this issue Jul 28, 2023 · 1 comment
Assignees
Labels
bug Something isn't working
Projects

Comments

@DokoBlock
Copy link

Describe the bug
ich möchte in einer Tabelle Daten wiedergeben und die Daten aufgrund ihrer Inhalte farblich hervorheben.
Dazu bietet das Widget die Möglichkeit, wenn eine Spalte als "number" formatiert ist, einen Schwellwert-Formatierung zu hinterlegen, entweder direkt im Widget eingegeben oder aus einem Datenpunkt ausgelesen.
Die Darstellung im Editor sieht korrekt aus (Farben werden korrekt gewählt), bei der Darstellung dann später in der Runtime selbst (nicht mehr im Editor) sind die Farben nicht sichtbar.

To Reproduce
Steps to reproduce the behavior:

  1. create JSON with some numeric values
  2. show JSON in JSON widget of vis-inventwo
  3. set format of each table row to number
  4. create a datapoint that contains a JSOn structure with the Schwellenwerte
  5. colour of shown data should change according to Schwellwerte in editor
  6. when showing the table in the runtime, to colour is not chosen but remains default.

Expected behavior
the chosen colour Schwellwerte should also apply when data is shown in runtime

Screenshots & Logfiles
Widget Property:
Pic1

Editor Ansicht:
Pic2

Runtime Ansicht:
Pci3

Versions:

  • Adapter version: vis 1.4.16, vis-inventwo 3.3.3
  • JS-Controller version: 4.0.24
  • Node version: 18.17.0
  • Operating system: Linux Mint 20.3

Additional context
Add any other context about the problem here.

@DokoBlock DokoBlock added the bug Something isn't working label Jul 28, 2023
@github-actions github-actions bot added this to To do in Progress Jul 28, 2023
@jkvarel
Copy link
Member

jkvarel commented Jan 13, 2024

Sollte mit Update 3.3.4 behoben sein. Ansonsten bitte nochmal melden

@jkvarel jkvarel closed this as completed Jan 13, 2024
Progress automation moved this from To do to Done Jan 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Progress
  
Done
Development

No branches or pull requests

3 participants