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

Vuepress docs #7

Merged
merged 348 commits into from
Mar 30, 2021
Merged

Vuepress docs #7

merged 348 commits into from
Mar 30, 2021
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 30, 2021

  1. Fix/scatter tooltip mode (chartjs#8354)

    * scatter tooltip should be point by default
    * edited mode on better level and updated docs to be bit more clear
    LeeLenaleee authored Jan 30, 2021
    Configuration menu
    Copy the full SHA
    b50fba3 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. Configuration menu
    Copy the full SHA
    ad84d28 View commit details
    Browse the repository at this point in the history
  2. align text inside chart for far-aligned labels passing test (chartjs#…

    …8359)
    
    * align text inside chart for far-aligned labels
    
    * added fix for failing test on suggestion of @kurkle
    
    Co-authored-by: Marcel Samyn <marcel.samyn@lab900.com>
    LeeLenaleee and lab900-marcel-samyn authored Jan 31, 2021
    Configuration menu
    Copy the full SHA
    ae0c8dd View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Prevent test timeouts due to Chrome backgrounding (chartjs#8360)

    * Prevent test timeouts due to Chrome backgrounding
    
    * Add karma.conf.js to test filters
    kurkle authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    6e555e2 View commit details
    Browse the repository at this point in the history
  2. Update type map names (chartjs#8356)

    * Rename ElementOptions to ElementOptionsByType
    
    * Rename CommonOptions to CommonElementOptions
    
    * Rename PluginOptions to PluginOptionsByType
    Add new PluginChartOptions and remove some duplicates
    
    * Rename ScaleOptions to ScaleOptionsByType
    
    * Use Partial where appropriate
    etimberg authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    49b0916 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2890b70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df4cabd View commit details
    Browse the repository at this point in the history
  5. Create a new hook to enable data decimation (chartjs#8255)

    * Create a new hook to enable data decimation
    
    The `beforeElementUpdate` hook can be used to decimate data. The chart
    elements will not be created until after this hook has fired ensuring that
    if decimation occurs, only the needed elements will be created.
    
    * Address code review feedback
    
    * Rename hook to beforeElementsUpdate
    
    * Simplify parsing logic
    
    * Add decimation plugin to the core
    
    * Allow a dataset to specify a different data key
    
    * Decimation plugin uses the dataKey feature
    
    * Refactor the decimation plugin to support configurable algorithms
    
    * Lint the plugin changes
    
    * Tests for the dataKey feature
    
    * Convert test files to tabs
    
    * Standardize on tabs in ts files
    
    * Remove the dataKey feature
    
    * Replace dataKey usage in decimation plugin
    
    We define a new descriptor for the `data` key allowing the
    plugin to be simpler.
    
    * Disable decimation when indexAxis is Y
    
    * Simplify the decimation width approximation
    
    * Resolve the indexAxis correctly in all cases
    
    * Initial documentation
    
    * Reverse check
    
    * Update TS definitions for new plugin options
    
    * Move defineProperty after bailouts
    
    * Add destroy hook
    etimberg authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    650956b View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

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

Commits on Feb 5, 2021

  1. Improve radial gradient sample (chartjs#8383)

    * Improve radial gradient sample
    * Add hover
    kurkle authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    0955a25 View commit details
    Browse the repository at this point in the history
  2. Add raw data to context and rename dataPoint to parsed (chartjs#8318)

    * Make the raw data point available in scriptable context
    * Rename variables
    * Update samples
    benmccann authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    eb7ce4e View commit details
    Browse the repository at this point in the history
  3. Update types for indexAxis (chartjs#8389)

    * Add indexAxis to CoreChartOptions
    * Update types for indexAxis
    kurkle authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    6e56ae6 View commit details
    Browse the repository at this point in the history
  4. Fix element creation for large dataset (chartjs#8388)

    * Fix element creation for large dataset
    * Fix syncing
    * Remove duplication
    kurkle authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    505afa7 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2021

  1. Fix/type dateadapter override (chartjs#8377)

    * Not totally sure this is right , but since in core.adapters.js override is part of the dateadapter it seems logical it should be there. Should also fix chartjs#8369
    * implemented feedback
    * Declare the dataAdapter since it will be available at runtime if someone overrides it
    * remove declaration. if this is giving problems in the future it might need te be added again
    LeeLenaleee authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    22ca8af View commit details
    Browse the repository at this point in the history
  2. Update ScriptableContext, reduce warnings (chartjs#8390)

    * Update ScriptableContext, reduce warnings
    
    * _parsed is unknown[]
    
    * Add defaults
    
    * static defaults.
    
    * review update
    
    * more cancelables
    kurkle authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    9075895 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6737cb0 View commit details
    Browse the repository at this point in the history
  4. Remove options.scale, in favor of options.scales.r (chartjs#8393)

    Remove options.scale, in favor of options.scales.r
    kurkle authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    ffe4ab1 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

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

Commits on Feb 9, 2021

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

Commits on Feb 10, 2021

  1. Configuration menu
    Copy the full SHA
    ddfbcf7 View commit details
    Browse the repository at this point in the history
  2. Update chartjs-test-utils to v0.2.1 (chartjs#8407)

    * Update chartjs-test-utils to v0.2.0
    
    * to 0.2.1
    kurkle authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    a8329e4 View commit details
    Browse the repository at this point in the history
  3. Small chores (chartjs#8408)

    kurkle authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    6de5b3f View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. Optimize context object construction (chartjs#8413)

    * perf: context construction
    * avoid setPrototypeOf
    kurkle authored Feb 14, 2021
    Configuration menu
    Copy the full SHA
    422d26d View commit details
    Browse the repository at this point in the history
  2. infra: Bump CI to node 14 (chartjs#8426)

    infra: Remove duplicated ES2019 plugin
    etimberg authored Feb 14, 2021
    Configuration menu
    Copy the full SHA
    d26172a View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Configuration menu
    Copy the full SHA
    b036b7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1f254f View commit details
    Browse the repository at this point in the history
  3. Option resolution with proxies (chartjs#8374)

    * Option resolution with proxies
    
    * Remove plugin fallback to root options/defaults
    
    * Update core plugins, reduntant font fallbacks
    
    * Add some notes
    kurkle authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    cfd9c98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4bc737 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5baafac View commit details
    Browse the repository at this point in the history
  6. Remove unused typedoc option that is deprecated (chartjs#8433)

    * Remove unused typedoc option that is deprecated
    
    * Improved filtering for top level file changes
    etimberg authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    19a91be View commit details
    Browse the repository at this point in the history
  7. perf: resolveObjectKey (chartjs#8434)

    * perf: resolveObjectKey
    * Fix tests
    * prevent string construction
    kurkle authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    616a877 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    81e28c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Round canvas size to 0.1px resolution (chartjs#8437)

    * Round canvas size to 0.1px resolution
    * Types + docs
    * typofix
    kurkle authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    9fb87a4 View commit details
    Browse the repository at this point in the history
  2. perf: resolver caching (chartjs#8435)

    * perf: resolver caching
    
    * Fix plugin caching
    
    * resetCache
    
    * Reduce duplication, cache only by keys cached
    
    * Reduce lines
    
    * reduce more lines
    
    * Double plural, noop-caching of chart level options
    kurkle authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    b77f258 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6a1228 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e6a711 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a73a8c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Configuration menu
    Copy the full SHA
    c96c167 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8ecf8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b468bff View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Configuration menu
    Copy the full SHA
    ba99c41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5411be1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46d567a View commit details
    Browse the repository at this point in the history
  4. Add fixture for bar hide/show animation (chartjs#8453)

    * Add fixture for bar hide/show animation
    
    * Cleanup
    
    * try using longer times
    kurkle authored Feb 18, 2021
    Configuration menu
    Copy the full SHA
    e2a4734 View commit details
    Browse the repository at this point in the history
  5. Add tests for polarArea chart animations (chartjs#8455)

    * Add tests for polarArea chart animations
    * Remove commented code
    etimberg authored Feb 18, 2021
    Configuration menu
    Copy the full SHA
    e6742e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e8f9542 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Configuration menu
    Copy the full SHA
    850e6e4 View commit details
    Browse the repository at this point in the history
  2. add clarification about object data structure (chartjs#8447)

    * add clarification about object data structure
    
    * improved description with feedback
    
    * fix push of wrong file
    LeeLenaleee authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    0770e80 View commit details
    Browse the repository at this point in the history
  3. Clarify options placement (chartjs#8427)

    * improve clarity of docs by showing party qualified names in table and place of the namespace above
    
    * add missing line
    
    * remove partial qualified names, made some tables unusable and made it overall bit unclear. Added the namespace above each table
    
    * fix sidebars tabs to spaces
    
    * implement kurkles feedback
    LeeLenaleee authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    4219001 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce0f7ff View commit details
    Browse the repository at this point in the history
  5. Remove core plugin fallbacks to root options (chartjs#8462)

    * Remove core plugin fallbacks to root options
    * Legend font color default fallbacks
    kurkle authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    aa5e0fe View commit details
    Browse the repository at this point in the history
  6. Fix/getRelativePosition NaN value with native event (chartjs#8459)

    * fix bug where onClick value returned NaN because originalEvent does not exist
    * add test for this behaviour
    * test to async
    LeeLenaleee authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    d264672 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. Configuration menu
    Copy the full SHA
    284e357 View commit details
    Browse the repository at this point in the history
  2. Isolate properties / modes from animation options (chartjs#8332)

    * Isolate properties / modes from animation options
    * tabs, something wrong with the linter
    * Update misleading variable name
    kurkle authored Feb 20, 2021
    Configuration menu
    Copy the full SHA
    5d5e48d View commit details
    Browse the repository at this point in the history
  3. Bump version to 3.0.0-beta.11 (chartjs#8441)

    Co-authored-by: Evert Timberg <evert.timberg+github@gmail.com>
    kurkle and etimberg authored Feb 20, 2021
    Configuration menu
    Copy the full SHA
    d63542c View commit details
    Browse the repository at this point in the history
  4. Only use Path2D caching when available (chartjs#8464)

    * Only use Path2D caching when available
    * Try to make CC happy
    kurkle authored Feb 20, 2021
    Configuration menu
    Copy the full SHA
    b467c0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    329b826 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    57c8027 View commit details
    Browse the repository at this point in the history
  7. Decimation plugin fixes (chartjs#8467)

    * fix: Decimation plugin no longer changes the data order
    fix: Decimation plugin no longer duplicates data points
    
    * Use nullOrUndef helper instead of direct check
    
    * Compute averageX value when decimating data using minMax decimation
    
    * Place last point of interval at real X
    
    This reduces the fuzziness on screens with devicePixelRatio > 1
    etimberg authored Feb 20, 2021
    Configuration menu
    Copy the full SHA
    709dc3e View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2021

  1. Configuration menu
    Copy the full SHA
    9b214c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b87c12e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    def8d25 View commit details
    Browse the repository at this point in the history
  4. LTTB Decimation (chartjs#8468)

    * LTTB Decimation
    * Lint fixes
    etimberg authored Feb 21, 2021
    Configuration menu
    Copy the full SHA
    5c9e1d5 View commit details
    Browse the repository at this point in the history
  5. Update index.esm.d.ts (chartjs#8472)

    * Update index.esm.d.ts
    
    tickValue is to my knowledge always a number or a string so this will make it so people wont have to parse it themselfs
    
    * Update core.scale.js
    
    Update typedef according to types update
    LeeLenaleee authored Feb 21, 2021
    Configuration menu
    Copy the full SHA
    9f071b0 View commit details
    Browse the repository at this point in the history
  6. Added 'hidden: boolean' to ControllerDatasetOptions type and document…

    …ed the field's usage in Dataset configuration section (chartjs#8478)
    kashifshamaz21 authored Feb 21, 2021
    Configuration menu
    Copy the full SHA
    832bf91 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24fb77b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6aa8840 View commit details
    Browse the repository at this point in the history
  9. Provide a chart-type specific definition for ParsedData (chartjs#8480)

    * Provide a chart-type specific definition for ParsedData
    * Fix lint error
    * Code review feedback
    etimberg authored Feb 21, 2021
    Configuration menu
    Copy the full SHA
    aa69892 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5285735 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6f0e795 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b27a460 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    65bfacd View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Configuration menu
    Copy the full SHA
    8c4e862 View commit details
    Browse the repository at this point in the history
  2. Sample plugin in docs for canvas background (chartjs#8492)

    * color done
    
    * add example inline plugins for background image and color
    
    * add link to css background
    
    * improve text bit
    
    * fix build error
    
    * implement kurkles feedback
    
    * fix indenting tab -> spaces
    LeeLenaleee authored Feb 22, 2021
    Configuration menu
    Copy the full SHA
    0c1320c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    311292d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c1cca2 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    36966a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f147145 View commit details
    Browse the repository at this point in the history
  3. Plugin options default scriptable/indexable=false (chartjs#8497)

    * Plugin options default scriptable/indexable=false
    
    * Update test
    
    * Inherti desciptors
    
    * Remove unreachable code
    
    * remove unintentional change
    
    * remove double default
    kurkle authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    4c960fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e55a12c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    639c34f View commit details
    Browse the repository at this point in the history
  6. data type is correct for all chart types (chartjs#8504)

    * data type is correct for all chart types
    * implement feedback
    LeeLenaleee authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    99ca833 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4207645 View commit details
    Browse the repository at this point in the history
  8. Add resizeDelay option (chartjs#8509)

    * Add resizeDelay option
    * Extract helper
    kurkle authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    ee74dd6 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Remove debug option from animation (chartjs#8512)

    * Remove debug option from animation
    
    * Add converage for visible animation
    
    * Update visible animation fn
    kurkle authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    65a6014 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    692d8a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ab5552 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b31352c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2edd07d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b06cd36 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8796a1b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    12e9020 View commit details
    Browse the repository at this point in the history
  9. Use null for skipped values instead of NaN (chartjs#8510)

    * Use null for skipped values instead of NaN
    
    * Document skipped values when parsing is false
    
    * Update src/core/core.datasetController.js
    
    Co-authored-by: Jukka Kurkela <jukka.kurkela@gmail.com>
    
    * Update src/core/core.datasetController.js
    
    Co-authored-by: Jukka Kurkela <jukka.kurkela@gmail.com>
    
    * fix lint issue
    
    * use isFinite
    
    * revert change checking for pixel values
    
    * ternary readability
    
    * revert accidental paren movement
    
    * test with parsing: false
    
    Co-authored-by: Jukka Kurkela <jukka.kurkela@gmail.com>
    benmccann and kurkle authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    7c75310 View commit details
    Browse the repository at this point in the history
  10. Clean up easing functions (chartjs#8518)

    * Clean up easing functions
    * Remove leftover comment
    kurkle authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    53ea370 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Update types so instance can be assigned to a variable of type Chart (c…

    …hartjs#8525)
    
    * Update types
    * Remove outdated comments
    kurkle authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    bb82aaa View commit details
    Browse the repository at this point in the history
  2. Fix calling of onResize (chartjs#8529)

    * Fix calling of onResize
    
    * Try to fix the bugging animation test
    
    * try again
    
    * and the actual fix
    
    * maybe now
    kurkle authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    061e3db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd303f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3460ef1 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. rename tooltip.custom property to tooltip.external (chartjs#8523)

    * rename tooltip.custom property to tooltip.external
    
    * Implement feedback
    
    * missed 1
    LeeLenaleee authored Feb 27, 2021
    Configuration menu
    Copy the full SHA
    9741942 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f23807f View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. Clarify interaction docs to indicate they apply to all interactions (c…

    …hartjs#8537)
    
    * Clarify interaction docs to indicate they apply to all interactions
    
    * Update note on modes documentation to indicate interaction options exist
    
    * Fix ytpo
    etimberg authored Feb 28, 2021
    Configuration menu
    Copy the full SHA
    d08eb14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c040b82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9043325 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b795151 View commit details
    Browse the repository at this point in the history
  5. Update chart extension docs + add samples (chartjs#8540)

    * Update docs on chart extensions
    * Working sample for derived chart types
    * Add derived axis example
    * Remove duplicated line
    etimberg authored Feb 28, 2021
    Configuration menu
    Copy the full SHA
    c5dcf5a View commit details
    Browse the repository at this point in the history
  6. Resolve to false only when _fallback is used (chartjs#8542)

    * Resolve to false only when _fallback is used
    * Typo
    * 2nd part
    kurkle authored Feb 28, 2021
    Configuration menu
    Copy the full SHA
    86b1892 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Configuration menu
    Copy the full SHA
    ae95a82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc6ef46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2a50b9 View commit details
    Browse the repository at this point in the history
  4. Fix normalize when null values at edge of dataset (chartjs#8547)

    * Fix normalize when null values at edge of dataset
    
    * Fix test with mismatched number of points
    benmccann authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    3214005 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc8e513 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78d3d30 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Configuration menu
    Copy the full SHA
    33ff1fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9a2f84 View commit details
    Browse the repository at this point in the history
  3. Types: Update ScriptableContext (chartjs#8556)

    * Types: Update ScriptableContext
    * Add data array type test
    kurkle authored Mar 2, 2021
    Configuration menu
    Copy the full SHA
    413b04f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    118cff7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08b76b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Configuration menu
    Copy the full SHA
    3e551d5 View commit details
    Browse the repository at this point in the history
  2. Tooltip specific scriptable context (chartjs#8561)

    * Update plugin to use it's own tooltip context
    
    * Scriptable tooltip option types
    
    * Tests
    
    * Update types to use UnionToIntersection
    
    * Update TooltipItem to use UnionToIntersection
    etimberg authored Mar 4, 2021
    Configuration menu
    Copy the full SHA
    91628c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Configuration menu
    Copy the full SHA
    24b1419 View commit details
    Browse the repository at this point in the history
  2. Fix layout refit logic (chartjs#8567)

    * Fix layout refit logic
    
    * CC
    
    * Update fixture
    kurkle authored Mar 5, 2021
    Configuration menu
    Copy the full SHA
    bc8385e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3cdd73 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. Configuration menu
    Copy the full SHA
    a23f1de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    279b6ae View commit details
    Browse the repository at this point in the history
  3. Relocate chart type and dataset type defaults (chartjs#8563)

    * Relocate chart type and dataset type defaults
    
    * Update types
    
    * Separate overrides and descriptors
    
    * Update derived sample, use merge for inherit
    
    * Don't merge overrides
    
    * Review update
    kurkle authored Mar 6, 2021
    Configuration menu
    Copy the full SHA
    8d6e878 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e6a3fb View commit details
    Browse the repository at this point in the history
  5. Add grace option for linear scale (chartjs#8581)

    * Add `grace` option for linear scale
    
    * cc
    kurkle authored Mar 6, 2021
    Configuration menu
    Copy the full SHA
    7ccf9e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. Add 'single' mode for stacking (chartjs#8586)

    * Add `'single'` mode for stacking
    
    * Update fixture
    kurkle authored Mar 7, 2021
    Configuration menu
    Copy the full SHA
    160534f View commit details
    Browse the repository at this point in the history
  2. Update legend.md (chartjs#8582)

    Noticed from chartjs#6185 (comment) that there is an option to get the legend in the chart, this was not documented. Only difference I noticed from kurkles screenshot is that the legend now shows in the middle instead of in the top corner.
    
    https://jsfiddle.net/Leelenaleee/wszdv8q0/2/
    LeeLenaleee authored Mar 7, 2021
    Configuration menu
    Copy the full SHA
    5a48604 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    275fdaf View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

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

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    b005143 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a04267 View commit details
    Browse the repository at this point in the history
  3. Scale: refactor drawTitle, add tests (chartjs#8598)

    * Scale: refactor drawTitle, add tests
    * CC, lint
    * update
    kurkle authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    f7ebedc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c27c27a View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. RadialLinear: add padding option for point labels (chartjs#8604)

    * RadialLinear: add padding option for point labels
    
    * lint
    
    * only resolve padding once
    kurkle authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    4c3e992 View commit details
    Browse the repository at this point in the history
  2. Fix typo in linear.mdx (chartjs#8605)

    minumum -> minimum
    eltociear authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    7dce94e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c83843 View commit details
    Browse the repository at this point in the history
  4. Add backgroundColor for scales (chartjs#8606)

    * Add backgroundColor for scales
    * Loosen the threshold
    kurkle authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    d48a62a View commit details
    Browse the repository at this point in the history
  5. helpers.curve cleanup (chartjs#8608)

    * helpers.curve cleanup
    * Use distanceBetweenPoints
    kurkle authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    a423148 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Fix typo in animations.mdx (chartjs#8615)

    transtion -> transition
    eltociear authored Mar 11, 2021
    Configuration menu
    Copy the full SHA
    e513a90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e296cc View commit details
    Browse the repository at this point in the history
  3. Add rollup-plugin-size and shave couple of bytes (chartjs#8618)

    * Add rollup-plugin-size
    
    * Shave couple of bytes
    kurkle authored Mar 11, 2021
    Configuration menu
    Copy the full SHA
    7c8ee6e View commit details
    Browse the repository at this point in the history
  4. Fix autoSkip (chartjs#8619)

    * Fix autoSkip
    * Add tests
    kurkle authored Mar 11, 2021
    Configuration menu
    Copy the full SHA
    bedc3f1 View commit details
    Browse the repository at this point in the history
  5. Fix some animation issues (chartjs#8616)

    * Fix some animation issues
    
    * Stop animating shared options on reset
    
    * cc
    kurkle authored Mar 11, 2021
    Configuration menu
    Copy the full SHA
    b98974f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. Update v3-migration.md (chartjs#8622)

    Add note in migration guide about ability to use the `auto` register path as a npm module
    LeeLenaleee authored Mar 13, 2021
    Configuration menu
    Copy the full SHA
    ec5fb6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49b902a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aee979d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aae8a06 View commit details
    Browse the repository at this point in the history
  5. Scale: autoSkip before fit (chartjs#8627)

    Scale: autoSkip now occurs before fit in the update process
    kurkle authored Mar 13, 2021
    Configuration menu
    Copy the full SHA
    9799dbd View commit details
    Browse the repository at this point in the history
  6. Rename scale gridLines options to be clearer (chartjs#8628)

    * Rename `options.gridLines` to `options.grid`
    
    * Rename `offsetGridLines` to `offset`
    etimberg authored Mar 13, 2021
    Configuration menu
    Copy the full SHA
    6ac89cb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a026b60 View commit details
    Browse the repository at this point in the history
  8. Radial: min 1/2 of the max radius as chartArea (chartjs#8630)

    * Radial: min 1/2 of the max radius as chartArea
    
    * Keep fooling TS
    kurkle authored Mar 13, 2021
    Configuration menu
    Copy the full SHA
    32fd5af View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2bff4c1 View commit details
    Browse the repository at this point in the history
  10. Use font lineHeight for tooltip alignment (chartjs#8631)

    * Use font lineHeight for tooltip alignment
    * Remove toFontString usage from tooltip
    etimberg authored Mar 13, 2021
    Configuration menu
    Copy the full SHA
    96f6b42 View commit details
    Browse the repository at this point in the history
  11. Radial scale point label backdrop color (chartjs#8633)

    * Radial scale point label backdrop color
    
    * Update default tests
    
    * backdropPadding is a single setting
    
    * Up the tolerance a bit
    
    * Update tick backdrop padding options
    etimberg authored Mar 13, 2021
    Configuration menu
    Copy the full SHA
    d84db2c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Add documentation on how plugin hooks interact with the chart (chartj…

    …s#8634)
    
    * Add documentation on how plugin hooks interact with the chart
    
    * Add draw.io file for flowcharts
    etimberg authored Mar 14, 2021
    Configuration menu
    Copy the full SHA
    1a2cc27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4cf7b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51b2345 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    347353a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f744c3b View commit details
    Browse the repository at this point in the history
  6. Add option to turn off grouping of bar datasets (chartjs#8641)

    * Add option to turn off grouping of bar datasets
    
    * Disregard time offset
    kurkle authored Mar 14, 2021
    Configuration menu
    Copy the full SHA
    85123ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d173c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Linear Scale: Ability to specify a fixed number of ticks (chartjs#8643)

    * Option to specify exact number of ticks on linear scale
    * Fix issue description in tests
    * Add tests for conditions where min/max do not align with niceMin/niceMax
    * Refactor linear tick generation algorithm
    * Add TS definitions
    * Update docs
    * Code review feedback + lint fixes
    etimberg authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    1f6d0a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Fix tooltip positioning issues (chartjs#8646)

    * Fix tooltip positioning issues
    
    * Update fixture, add npm run dev:ff
    
    * Refactor determineXAlign
    
    * Simplify more
    
    * remove unneeded change
    kurkle authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    a6b3b99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99596b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a579b6 View commit details
    Browse the repository at this point in the history
  4. Exclude base-line from bar size (chartjs#8648)

    * Exclude base-line from bar size
    
    * lint
    
    * add to types
    kurkle authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    420aa02 View commit details
    Browse the repository at this point in the history
  5. Use maxOverflow as minimum layout padding (chartjs#8650)

    * Use maxOverflow as minimum layout padding
    
    * fixes
    kurkle authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    79cc6d3 View commit details
    Browse the repository at this point in the history
  6. Update deps (chartjs#8654)

    kurkle authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    34a9991 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b6bb248 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    cc7a3fd View commit details
    Browse the repository at this point in the history
  2. Update tick positioning (chartjs#8657)

    * Update tick positioning
    * Update tests
    kurkle authored Mar 17, 2021
    Configuration menu
    Copy the full SHA
    416062b View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Configuration menu
    Copy the full SHA
    da50c97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    282c858 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f10b510 View commit details
    Browse the repository at this point in the history
  4. Add textAlign for legend labels (chartjs#8665)

    * Add textAlign for legend labels
    
    * Update tests
    kurkle authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    97136d0 View commit details
    Browse the repository at this point in the history
  5. Fix category scale invalid data handling (chartjs#8668)

    * Fix category scale invalid data handling
    * Fix NaN
    kurkle authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    851861e View commit details
    Browse the repository at this point in the history
  6. Allow changing the aspect ratio (chartjs#8659)

    * Allow changing the aspect ratio
    
    * Add test and require `resize()` call
    
    * Update to respect maintainAspectRatio
    etimberg authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    4ef04a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b4eef5 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Docs/licence year update (chartjs#8671)

    * Update license year
    
    * Update docusaurus.config.js
    
    update license year
    
    * Update LICENSE.md
    LeeLenaleee authored Mar 19, 2021
    Configuration menu
    Copy the full SHA
    180f1b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a0a509 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81342d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. Configuration menu
    Copy the full SHA
    375d856 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    537064b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e8e7f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57301bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    992cdec View commit details
    Browse the repository at this point in the history
  6. Add typings for throttled and debounce (chartjs#8689)

    * Add typings for throttled and debounce
    * Review feedback
    * args for fn too
    * one more
    kurkle authored Mar 21, 2021
    Configuration menu
    Copy the full SHA
    d79b5a3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1460477 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd9bc69 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9499a1e View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Configuration menu
    Copy the full SHA
    e51a401 View commit details
    Browse the repository at this point in the history
  2. Allow fill: true and null in ChartDataset.data (chartjs#8700)

    * Handle `fill: true`
    * ChartDataset allow number/null data
    etimberg authored Mar 22, 2021
    Configuration menu
    Copy the full SHA
    2fc98dd View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Update api.md (chartjs#8701)

    Add clarification that you can pass type and quality options
    LeeLenaleee authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    8ed6898 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74f2f85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cd26fa View commit details
    Browse the repository at this point in the history
  4. formatters.numeric: verify ticks length (chartjs#8705)

    * formatters.numeric: verify ticks length
    * use tickValue as fallback delta, add tests
    * cc, chore
    kurkle authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    bbf298f View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Configuration menu
    Copy the full SHA
    4d69a85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39140cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9583edd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fff21b View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Minor type fixes (chartjs#8719)

    * Update RadialLinearScaleOptions.pointLabels.callback type
    
    The code passes `index` as the second parameter, and one of the tests uses this.  `@default true` doesn't seem to make sense.
    
    * Add types for additional documented parameters in tooltip callbacks
    joshkel authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    9293dda View commit details
    Browse the repository at this point in the history
  2. Distribute types as is (chartjs#8720)

    I had initially seen some oddities around type augmentation for type definitions in subdirectories of `types`, and using Rollup seemed to help with that. However, now that all of Chart.js's main types are directly under `types`, there seems to be no need for this.
    
    This simplifies the build process, since it no longer needs to use rollup-plugin-dts.
    
    It also improves some third-party tools. For example, I'm in the habit of using WebStorm's "Go To Declaration or Usages" hotkey with third-party TypeScript definitions as a quick way of getting more information about an API. With the Rollup-generate types, that works poorly; WebStorm goes to the imported-and-re-exported symbol within the barely-readable machine-generated dist/chart.esm.d.ts file, and I have to navigate two more hops to find the actual definitions.
    joshkel authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    3671c01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    499a71d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    658749f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04d67aa View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Update v3-migration.md (chartjs#8725)

    update sentece to make it read/sound better
    LeeLenaleee authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    cf39221 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21aaa35 View commit details
    Browse the repository at this point in the history
  3. Add a convenience alias for scale options (chartjs#8732)

    * Add a convenience alias for scale options
    
    Closes chartjs#8731
    
    * Add an automated test
    
    * Use parameter for a more realistic test
    joshkel authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    54c5b7a View commit details
    Browse the repository at this point in the history
  4. Document install/start/stop plugin hooks (chartjs#8733)

    * Add code comment to make searching easier
    
    * Update flowcharts
    
    * Comment added in separate MR
    etimberg authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    671d6e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37080c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    396cbcb View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. Avoid recursive event replay loops (chartjs#8738)

    * chart._lastEvent = null while processing onHover
    
    * Pass replay flag to external tooltip
    
    * Add test for replay
    
    * cc
    kurkle authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    b2c7baf View commit details
    Browse the repository at this point in the history
  2. Improved alignment of pixels in scales at low widths (chartjs#8739)

    * Improved alignment of pixels in scales at low widths
    * Undo scale changes
    etimberg authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    0b21578 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64593ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6972ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c76ee82 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

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

Commits on Mar 29, 2021

  1. Scale: draw offset grid for labels before autoSkip (chartjs#8748)

    * Scale: draw offset grid for labels before autoSkip
    * fix tests
    kurkle authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    cdba66c View commit details
    Browse the repository at this point in the history
  2. Initial work

    etimberg authored and Chart.js committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    8fc9442 View commit details
    Browse the repository at this point in the history
  3. Update doc commands

    etimberg authored and Chart.js committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    ad2bf77 View commit details
    Browse the repository at this point in the history
  4. Updated sidebar config

    etimberg authored and Chart.js committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    15decb3 View commit details
    Browse the repository at this point in the history
  5. Move docs

    etimberg authored and Chart.js committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    fdcc51a View commit details
    Browse the repository at this point in the history
  6. Update theme version and enable

    etimberg authored and Chart.js committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    ee62f29 View commit details
    Browse the repository at this point in the history
  7. Convert to chart.js sample

    etimberg authored and Chart.js committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    8d20b27 View commit details
    Browse the repository at this point in the history
  8. Update scripts to point to local build

    etimberg authored and Chart.js committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    f39777e View commit details
    Browse the repository at this point in the history
  9. Chart.js from local build

    etimberg authored and Chart.js committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    d259238 View commit details
    Browse the repository at this point in the history
  10. Simplify getting-started example

    etimberg authored and Chart.js committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    8207879 View commit details
    Browse the repository at this point in the history
  11. Axis docs updated except for imported content

    etimberg authored and Chart.js committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    7b56e4c View commit details
    Browse the repository at this point in the history
  12. Common ticks import works

    etimberg authored and Chart.js committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    9423895 View commit details
    Browse the repository at this point in the history
  13. Chart type docs ported to editor plugin

    etimberg authored and Chart.js committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    5d9ba61 View commit details
    Browse the repository at this point in the history
  14. Last pages to use editor

    etimberg authored and Chart.js committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    48053e6 View commit details
    Browse the repository at this point in the history
  15. Fix small errors

    kurkle authored and Chart.js committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    3bd2ffc View commit details
    Browse the repository at this point in the history
  16. Frontmatter title to heading

    kurkle authored and Chart.js committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    b8b6ece View commit details
    Browse the repository at this point in the history
  17. Remove duplicate example

    kurkle authored and Chart.js committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    b059e69 View commit details
    Browse the repository at this point in the history
  18. Update sidebar

    kurkle authored and Chart.js committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    cb9e263 View commit details
    Browse the repository at this point in the history
  19. Add paths

    kurkle authored and Chart.js committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    0f01aa1 View commit details
    Browse the repository at this point in the history
  20. Remove paths

    kurkle authored and Chart.js committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    d97888a View commit details
    Browse the repository at this point in the history
  21. Add getting-started back

    etimberg authored and Chart.js committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    6343dbb View commit details
    Browse the repository at this point in the history
  22. Update menus and add copyright to license section of the docs

    etimberg authored and Chart.js committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    8292d70 View commit details
    Browse the repository at this point in the history
  23. Add GA plugin

    etimberg authored and Chart.js committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    ae79a6c View commit details
    Browse the repository at this point in the history
  24. Style sub-groups

    kurkle authored and Chart.js committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    1040bc9 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    bba545d View commit details
    Browse the repository at this point in the history
  26. Remove docusaurus readme page

    etimberg authored and Chart.js committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    0500f35 View commit details
    Browse the repository at this point in the history
  27. Remove docusaurus files

    etimberg authored and Chart.js committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    f069856 View commit details
    Browse the repository at this point in the history
  28. Fix issues in docs

    etimberg authored and Chart.js committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    c275e3f View commit details
    Browse the repository at this point in the history
  29. Build and deploy scripts for docs work

    etimberg authored and Chart.js committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    bfaa962 View commit details
    Browse the repository at this point in the history
  30. Conditional base URL for nice local testing

    etimberg authored and Chart.js committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    afda155 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Use eslint-plugin-markdown

    kurkle committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    276f4c3 View commit details
    Browse the repository at this point in the history