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

Feature: Add draggable spots functionality for LineChart #1428

Closed
wants to merge 152 commits into from

Commits on Aug 26, 2023

  1. Configuration menu
    Copy the full SHA
    10673fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0d0ced View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    773cabf View commit details
    Browse the repository at this point in the history
  4. Update changelog

    G33kFreak committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    8430ec3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99d2484 View commit details
    Browse the repository at this point in the history
  6. minor fixes

    G33kFreak committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    c96551a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4eeeb77 View commit details
    Browse the repository at this point in the history
  8. Removed unnecessary logic

    G33kFreak committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    ffe2237 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. chore: bump actions/checkout from 2 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and imaNNeo committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    4c6d2b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Configuration menu
    Copy the full SHA
    ce49b92 View commit details
    Browse the repository at this point in the history
  2. Add draggable callbacks

    G33kFreak committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    e074877 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f883446 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0bfef57 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e9a68e View commit details
    Browse the repository at this point in the history
  6. Update changelog

    G33kFreak committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    1e9a832 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2a47fc4 View commit details
    Browse the repository at this point in the history
  8. minor fixes

    G33kFreak committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    b1703f7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    32b7162 View commit details
    Browse the repository at this point in the history
  10. Removed unnecessary logic

    G33kFreak committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    60e9e4a View commit details
    Browse the repository at this point in the history
  11. Add draggable callbacks

    G33kFreak committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    f42ba99 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e9b9046 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    77646e4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8f8a851 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    76348e3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    539cca8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7875962 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Configuration menu
    Copy the full SHA
    cb51189 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    imaNNeo committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    621b79e View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.64.0

    imaNNeo committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    e3910de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7918942 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b99169b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    396b2e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    79e6ec7 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Added gradient to FlLine

    Dartek12 authored and imaNNeo committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    ab88658 View commit details
    Browse the repository at this point in the history
  2. Updated docs

    Dartek12 authored and imaNNeo committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    696bb2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8dc3c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Fix iOS, macOS build issues

    imaNNeo committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    07c3d85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba68c76 View commit details
    Browse the repository at this point in the history
  3. Fix having negative toY (or positive fromY) in BarChart's minY

    …and `maxY` calculations, imaNNeo#1470
    imaNNeo committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    3c30cc3 View commit details
    Browse the repository at this point in the history
  4. Remove the changelog section from CONTRIBUTING. Because it is a file …

    …which changes by all the users who create a PR, so they get conflict everytime. That's why I decided to handle the CHANGELOG in another way.
    imaNNeo committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    b3529d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Fix bargraph overflow

    - If bargraphs overflow with BarChartAlignment.start,
      BarChartAlignment.center or BarChartAlignment.end, use
      BarChartAlignment.spaceEvenly to shrink all bars to the available space
    - Update documentation for BarChartData.groupsSpace
    Florian Zierer authored and imaNNeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    f0b387d View commit details
    Browse the repository at this point in the history
  2. Fix documentation

    bobatsar authored and imaNNeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    356b722 View commit details
    Browse the repository at this point in the history
  3. Add golden widget tests for bargraph overflow

    Florian Zierer authored and imaNNeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    1334eb7 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    Florian Zierer authored and imaNNeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    24d0fc5 View commit details
    Browse the repository at this point in the history
  5. Open fl_chart web page only when we're on the web, otherwise open the…

    … home page of the app
    imaNNeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    cd14e6d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb672b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dcb1188 View commit details
    Browse the repository at this point in the history
  8. Fix format

    imaNNeo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    0aaf7ee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    87f0444 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    0ae88cf View commit details
    Browse the repository at this point in the history
  2. Use TextScaler textScaler insted of double textScale to get rid of th…

    …e deprecation warning
    imaNNeo committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    4a2924a View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    d173cc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98d10e5 View commit details
    Browse the repository at this point in the history
  3. Add new sample to show the dashed border

    k0psutin authored and imaNNeo committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    1f1834a View commit details
    Browse the repository at this point in the history
  4. Update BarChartRodData documentation

    k0psutin authored and imaNNeo committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    d9a0efb View commit details
    Browse the repository at this point in the history
  5. Create two tests to test borders

    k0psutin authored and imaNNeo committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    5151fc2 View commit details
    Browse the repository at this point in the history
  6. Fix @kopsutin -> @k0psutin

    k0psutin authored and imaNNeo committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    4424452 View commit details
    Browse the repository at this point in the history
  7. Rename dashArray to borderDashArray

    k0psutin authored and imaNNeo committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    2955cef View commit details
    Browse the repository at this point in the history
  8. Fix tests

    k0psutin authored and imaNNeo committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    0d4faea View commit details
    Browse the repository at this point in the history
  9. chore(handle_animations.md):replace = with :

    Fix a typo
    polonski authored and imaNNeo committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    c911024 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2b7be70 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4a9bd3f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    40caf90 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    df87e97 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9877450 View commit details
    Browse the repository at this point in the history
  15. Bump version to 0.65.0

    imaNNeo committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    803409c View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

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

Commits on Dec 3, 2023

  1. Configuration menu
    Copy the full SHA
    22b02c3 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    imaNNeo committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    bb7b885 View commit details
    Browse the repository at this point in the history
  3. Fix some test issues

    imaNNeo committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    a99a3dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    256e2cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae7432f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e133f1 View commit details
    Browse the repository at this point in the history
  7. Generate new mock files

    imaNNeo committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    c1a5189 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2f6a0e1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2bb9c81 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e9ab493 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    68cf161 View commit details
    Browse the repository at this point in the history
  2. Fix test fail issue

    imaNNeo committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    08107bf View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Configuration menu
    Copy the full SHA
    bcd4aef View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    imaNNeo committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    bee1cf3 View commit details
    Browse the repository at this point in the history
  3. Fix format issue

    imaNNeo committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    6f9c859 View commit details
    Browse the repository at this point in the history
  4. Update base_chart.md docs

    imaNNeo committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    950ac7f View commit details
    Browse the repository at this point in the history
  5. Rename all /master to /main

    imaNNeo committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    2482719 View commit details
    Browse the repository at this point in the history
  6. Update handle_animations.md

    LIZA1608 authored and imaNNeo committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    4c1c27a View commit details
    Browse the repository at this point in the history
  7. Add gradient for PieChart

    Rami AlDhafeeri authored and imaNNeo committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    944bef4 View commit details
    Browse the repository at this point in the history
  8. update docs for pie chart

    Rami AlDhafeeri authored and imaNNeo committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    d3d06d1 View commit details
    Browse the repository at this point in the history
  9. Update pie_chart.md with gradient usage clarification

    Rami AlDhafeeri authored and imaNNeo committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    494a51f View commit details
    Browse the repository at this point in the history
  10. Update CHANGELOG.md

    imaNNeo committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    00c1cd6 View commit details
    Browse the repository at this point in the history
  11. Update CHANGELOG.md

    imaNNeo committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    001fd68 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5f92d72 View commit details
    Browse the repository at this point in the history
  13. Bump version to 0.66.0

    imaNNeo committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    c0ca436 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Upgrade Kotlin version from 1.6.10 to 1.7.10

    Jerry Cai authored and imaNNeo committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    d116601 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4838f8b View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Configuration menu
    Copy the full SHA
    ba2f03f View commit details
    Browse the repository at this point in the history
  2. Fix readme issue

    imaNNeo committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    5f31d52 View commit details
    Browse the repository at this point in the history
  3. Decrease thumbnail video size

    imaNNeo committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    3858b0b View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    50def3d View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    imaNNeo committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    122a9e3 View commit details
    Browse the repository at this point in the history
  3. Minor change on .codecov.yml

    imaNNeo committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    294f250 View commit details
    Browse the repository at this point in the history
  4. Bump version to 0.66.1

    imaNNeo committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    90b615e View commit details
    Browse the repository at this point in the history
  5. Minor fix on README.md

    imaNNeo committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    c75c6ea View commit details
    Browse the repository at this point in the history
  6. Fix README [ issue

    imaNNeo committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    0c75173 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b144a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Update README.md

    a minor improvement on readme
    r3za13 authored and imaNNeo committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    2ff658b View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Fix unsupported environment access on web

    The Platform.environment can not be be accessed in flutter web. Remove
    the check when running on web to prevent an exception.
    
    Fixes imaNNeo#1565.
    julianscheel authored and imaNNeo committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    46dd5ad View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Update bar_chart.md

    adamsocrat authored and imaNNeo committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    75a3b98 View commit details
    Browse the repository at this point in the history
  2. Update pie_chart.md

    adamsocrat authored and imaNNeo committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2d21444 View commit details
    Browse the repository at this point in the history
  3. Update radar_chart.md

    adamsocrat authored and imaNNeo committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    c2e634d View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. - removed dependency to dart:io

    - moved test-helper code to test cases
    stwarwas authored and imaNNeo committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    eb82f1c View commit details
    Browse the repository at this point in the history
  2. Update README.md

    imaNNeo committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    09d1944 View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.66.2

    imaNNeo committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    5a01893 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Add sponsors section

    imaNNeo committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    fb7cf1b View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    16d92d7 View commit details
    Browse the repository at this point in the history
  2. edit changelog

    julien4215 authored and imaNNeo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    9c28a8a View commit details
    Browse the repository at this point in the history
  3. edit test for coverage

    julien4215 authored and imaNNeo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    dbaa832 View commit details
    Browse the repository at this point in the history
  4. WIP test

    julien4215 authored and imaNNeo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    288852a View commit details
    Browse the repository at this point in the history
  5. end unit tests

    julien4215 authored and imaNNeo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    1d1e137 View commit details
    Browse the repository at this point in the history
  6. make code more understandable

    julien4215 authored and imaNNeo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    2c7295b View commit details
    Browse the repository at this point in the history
  7. fix : label always inside chart

    julien4215 authored and imaNNeo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    bf36544 View commit details
    Browse the repository at this point in the history
  8. add direction in lerp method

    julien4215 authored and imaNNeo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    a540582 View commit details
    Browse the repository at this point in the history
  9. Update CHANGELOG.md

    imaNNeo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    34a6af0 View commit details
    Browse the repository at this point in the history
  10. Dynamically changing tooltipBgColor

    xvrh authored and imaNNeo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    cdfdb66 View commit details
    Browse the repository at this point in the history
  11. Adrresses review comments

    xvrh authored and imaNNeo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    0d486c8 View commit details
    Browse the repository at this point in the history
  12. Typo in changelog

    xvrh authored and imaNNeo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    bba7394 View commit details
    Browse the repository at this point in the history
  13. Add migration guide

    xvrh authored and imaNNeo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    bfdd91b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e170af8 View commit details
    Browse the repository at this point in the history
  15. Update CHANGELOG.md

    imaNNeo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    2d0ce64 View commit details
    Browse the repository at this point in the history
  16. Bump version to 0.67.0

    imaNNeo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f82c496 View commit details
    Browse the repository at this point in the history
  17. Update CHANGELOG.md

    imaNNeo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    930ac12 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    033e367 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd241fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b060874 View commit details
    Browse the repository at this point in the history
  4. Update changelog

    G33kFreak committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    b481923 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0cd3590 View commit details
    Browse the repository at this point in the history
  6. minor fixes

    G33kFreak committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    cd3e422 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc35f04 View commit details
    Browse the repository at this point in the history
  8. Removed unnecessary logic

    G33kFreak committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    74f7ed5 View commit details
    Browse the repository at this point in the history
  9. Add draggable callbacks

    G33kFreak committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    c298aac View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ba18217 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b476743 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0d5026c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e4509e0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a325175 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    916c1e1 View commit details
    Browse the repository at this point in the history
  16. Removed unnecessary logic

    G33kFreak committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    9d283be View commit details
    Browse the repository at this point in the history
  17. Merge branch 'master' of https://github.com/G33kFreak/fl_chart

    # Conflicts:
    #	CHANGELOG.md
    #	test/chart/bar_chart/bar_chart_painter_test.mocks.dart
    #	test/chart/bar_chart/bar_chart_renderer_test.mocks.dart
    #	test/chart/line_chart/line_chart_painter_test.mocks.dart
    #	test/chart/line_chart/line_chart_renderer_test.mocks.dart
    #	test/chart/pie_chart/pie_chart_painter_test.mocks.dart
    #	test/chart/pie_chart/pie_chart_renderer_test.mocks.dart
    #	test/chart/radar_chart/radar_chart_painter_test.mocks.dart
    #	test/chart/radar_chart/radar_chart_renderer_test.mocks.dart
    #	test/chart/scatter_chart/scatter_chart_painter_test.mocks.dart
    #	test/chart/scatter_chart/scatter_chart_renderer_test.mocks.dart
    #	test/utils/canvas_wrapper_test.mocks.dart
    #	test/utils/utils_test.mocks.dart
    G33kFreak committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    f664065 View commit details
    Browse the repository at this point in the history
  18. fix example

    G33kFreak committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    6870cd4 View commit details
    Browse the repository at this point in the history
  19. Fix after rebase logic

    G33kFreak committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    04f18f2 View commit details
    Browse the repository at this point in the history
  20. Fix tests

    G33kFreak committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    9357bf2 View commit details
    Browse the repository at this point in the history
  21. Adjust data tests

    G33kFreak committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    b60e4fe View commit details
    Browse the repository at this point in the history
  22. Update CHANGELOG

    G33kFreak committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    2ae1234 View commit details
    Browse the repository at this point in the history