This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information

New UI gauges

We didn't find any "special" gauges for our new reactUI, so we developed our own "special" gauges. They are SVG based and will work in any Javascript environment. The project is available on github.

We have

Example code is available here.

New TAG editor control

With next VisionX update release, we'll introduce a new control: TAG editor

The TAG editor shows a list of keywords as separate panels with a small remove button, like this one:

TAG editor

TAG editor

The editor has different options. It's possible to show the input field before or after the tag list, as first or last element in the list. It's possible to choose from a list of known tags and optionally extend the list of known tags.

The TAG editor stores all keywords with a specific delimiter e.g. semicolon. The control will work with every text column without any changes.

New CSV import AddOn

With next VisionX update release we'll also release a new CSV AddOn. The AddOn contains a module for an application. The module will replace the standard export functionality of tables with a configurable export functionality.

Currently, if you export data of a table, a CSV will be generated with visible columns and labels. It's not possible to remove a column or to change the separator. To offer more options, we have a new feature:

Export dialog

Export dialog

With new export dialog, it'll be possible to show or save the export data. It's also possible to use column names as labels.

The module also comes with an awesome import dialog:

Import dialog

Import dialog

The dialog supports retry on errors and a live preview of imported data.