Skip to content
View paodb's full-sized avatar

Organizations

@FlowingCode

Block or report paodb

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. FlowingCode/LazyFilteredSortedTreeGrid FlowingCode/LazyFilteredSortedTreeGrid Public

    Demo application showing a TreeGrid implementation with lazy loading, filtering and sorting.

    Java 4 1

  2. FlowingCode/BadgeList FlowingCode/BadgeList Public

    A responsive badge list

    Java 2 1

  3. vaadin-component-factory/enhanced-grid-flow vaadin-component-factory/enhanced-grid-flow Public

    Java 5 7

  4. vaadin-component-factory/vcf-timeline vaadin-component-factory/vcf-timeline Public

    Java 2 7

  5. vaadin-component-factory/vcf-pdf-viewer-flow vaadin-component-factory/vcf-pdf-viewer-flow Public

    Vaadin Addon for providing pdf viewing functionality

    Java 9 6

  6. An example on how to implement Varia... An example on how to implement Variable Pie Chart using Vaadin Charts in Vaadin 24. Importing the right module and extending some existing classes makes possible to implement this chart variant. At this point there's no API in Vaadin Charts to create this kind of chart directly. Implemented example based on https://www.highcharts.com/demo/highcharts/variable-radius-pie
    1
    package org.vaadin.example;
    2
    
                  
    3
    import com.vaadin.flow.component.charts.Chart;
    4
    import com.vaadin.flow.component.charts.model.ChartType;
    5
    import com.vaadin.flow.component.charts.model.Configuration;