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

Allow individual series stroke width #150

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 28, 2022

  1. Basic implementation of ForecastDataPoints that allows displaying the…

    … last N values with dashes indicating that the value might be a prediction like on the demo link:
    
    https://apexcharts.com/javascript-chart-demos/line-charts/gradient/
    - Bump JS version from 3.30.0 to 3.35.0 to make the feature available
    - Update the wrapper to include the forecast configuration
    - Update the ChartsBuilder and ApexCharts to include the property
    - Update the LineChartExample to add forecast data points
    AlexRoig committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    7daa90f View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Variable Stroke Width

    Add the option to either set a fixed width for all lines (as always) or individually per series as an array of widths.
    
    Some marshalling tricks were needed as the `width` property can either be an array or a number.
    
    If both set, the width has preference over the array.
    
    Bump version to 23.0.2
    AlexRoig committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    6325b1c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    560c2e9 View commit details
    Browse the repository at this point in the history