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

Presentation modifiers - the ability to set data modifier for a single component. #21099

Open
vazonik opened this issue Apr 30, 2024 · 0 comments
Labels
Product: Highcharts Dashboards Type: Feature Request Used when a new feature is requested either directly or indirectly

Comments

@vazonik
Copy link
Member

vazonik commented Apr 30, 2024

Description of the feature

Currently, it is not possible to set the data modifier for individual components without creating a new connector in the datapool. This means that we cannot use synchronization between them.

Sample scenario:
We have a dashboard with two components - Highcharts and DataGrid. In Highcharts we want to display all rows from the datapool, in DataGrid only those that have a value in the events column. There is a need to synchronize chart points with rows in the datagrid. The components share the same connector, but the DataGrid component has an additional option set:

{
    id: 'connectorId',
    dataModifier: {
        type: 'Range',
        ranges: [{
            column: 'events',
            minValue: 1
        }]
    }
}

Library related to the feature

Highcharts Dashboards


You can vote for this feature by adding a thumbs-up reaction to this post.

@vazonik vazonik added Type: Feature Request Used when a new feature is requested either directly or indirectly Product: Highcharts Dashboards labels Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Product: Highcharts Dashboards Type: Feature Request Used when a new feature is requested either directly or indirectly
Projects
None yet
Development

No branches or pull requests

1 participant