Skip to content
Permalink
master

Commits on Mar 6, 2021

  1. Add `grace` option for linear scale (#8581)

    * Add `grace` option for linear scale
    
    * cc
    kurkle committed Mar 6, 2021
  2. Bump to 3.0.0-beta.13 (#8580)

    etimberg committed Mar 6, 2021
  3. Relocate chart type and dataset type defaults (#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 committed Mar 6, 2021
  4. Enable multi-line axis titles (#8579)

    etimberg committed Mar 6, 2021
  5. Rename scaleLabel to title in scale options (#8576)

    etimberg committed Mar 6, 2021

Commits on Mar 5, 2021

  1. Move niceNum to helpers.math, cleanup IE fallbacks (#8570)

    kurkle committed Mar 5, 2021
  2. Fix layout refit logic (#8567)

    * Fix layout refit logic
    
    * CC
    
    * Update fixture
    kurkle committed Mar 5, 2021
  3. Linear: Skip ticks that would overlap with min/max (#8569)

    kurkle committed Mar 5, 2021

Commits on Mar 4, 2021

  1. Tooltip specific scriptable context (#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 committed Mar 4, 2021
  2. Use karma-spec-reporter and suppress passed (#8564)

    kurkle committed Mar 4, 2021

Commits on Mar 2, 2021

  1. Time: limit offset to sane values, gen >= 2 ticks (#8560)

    kurkle committed Mar 2, 2021
  2. Remove distribution option from fixtures (#8559)

    kurkle committed Mar 2, 2021
  3. Types: Update ScriptableContext (#8556)

    * Types: Update ScriptableContext
    * Add data array type test
    kurkle committed Mar 2, 2021
  4. Types: Update LayotPosition (#8555)

    kurkle committed Mar 2, 2021
  5. update defaults in tooltip (#8554)

    LeeLenaleee committed Mar 2, 2021

Commits on Mar 1, 2021

  1. Add _allKeys descriptor for Object.keys behavior (#8553)

    kurkle committed Mar 1, 2021
  2. Add test for normalized option (#8552)

    benmccann committed Mar 1, 2021
  3. Fix normalize when null values at edge of dataset (#8547)

    * Fix normalize when null values at edge of dataset
    
    * Fix test with mismatched number of points
    benmccann committed Mar 1, 2021
  4. Remove empty dependencies block from package.json (#8550)

    benmccann committed Mar 1, 2021
  5. Fix function support on _fallback (#8545)

    kurkle committed Mar 1, 2021

Commits on Feb 28, 2021

  1. Resolve to false only when _fallback is used (#8542)

    * Resolve to false only when _fallback is used
    * Typo
    * 2nd part
    kurkle committed Feb 28, 2021
  2. Update chart extension docs + add samples (#8540)

    * Update docs on chart extensions
    * Working sample for derived chart types
    * Add derived axis example
    * Remove duplicated line
    etimberg committed Feb 28, 2021
  3. Remove the constantly failing test (#8538)

    kurkle committed Feb 28, 2021
  4. Provide auto-registering entry point (#8429)

    kurkle committed Feb 28, 2021
  5. Clarify interaction docs to indicate they apply to all interactions (#…

    …8537)
    
    * Clarify interaction docs to indicate they apply to all interactions
    
    * Update note on modes documentation to indicate interaction options exist
    
    * Fix ytpo
    etimberg committed Feb 28, 2021

Commits on Feb 27, 2021

  1. Bump version to beta.12 (#8532)

    kurkle committed Feb 27, 2021
  2. rename tooltip.custom property to tooltip.external (#8523)

    * rename tooltip.custom property to tooltip.external
    
    * Implement feedback
    
    * missed 1
    LeeLenaleee committed Feb 27, 2021

Commits on Feb 26, 2021

  1. Types: Add couple of tests, move utils to new file (#8526)

    kurkle committed Feb 26, 2021
  2. Update wording in docs about merging options (#8533)

    LeeLenaleee committed Feb 26, 2021
  3. Fix calling of onResize (#8529)

    * Fix calling of onResize
    
    * Try to fix the bugging animation test
    
    * try again
    
    * and the actual fix
    
    * maybe now
    kurkle committed Feb 26, 2021
  4. Update types so instance can be assigned to a variable of type Chart (#…

    …8525)
    
    * Update types
    * Remove outdated comments
    kurkle committed Feb 26, 2021

Commits on Feb 24, 2021

  1. Clean up easing functions (#8518)

    * Clean up easing functions
    * Remove leftover comment
    kurkle committed Feb 24, 2021
  2. Use null for skipped values instead of NaN (#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 committed Feb 24, 2021
Older