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

ts api #1005

Closed
wants to merge 10 commits into from
Closed

ts api #1005

wants to merge 10 commits into from

Commits on Jul 31, 2022

  1. context.js

    context.ts
    
    src/options
    
    api.ts and options.ts
    
    fix type formatAuto
    
    scales/index
    
    scales/schemes
    
    scales/schemes.ts
    
    src/stats
    
    stats.ts
    
    remove common.ts for now
    
    symbols
    
    symbols.ts
    
    marks/marker
    
    marker.ts; changing the API for marker
    
    the second argument for markers has not been documented yet; changing it from *context* = {document} to *document*
    
    style
    
    style.ts
    
    src/transforms/basic
    
    transform/basic.ts
    
    transform/identity
    
    transforms/identity.ts
    
    transforms/group
    
    transforms/groups.ts
    
    transforms/inset
    
    transforms/inset.ts
    
    transforms/map
    
    transforms/map.ts
    
    transforms/select
    
    transforms/select.ts
    
    transforms/stack
    
    transforms/stack.ts
    
    transforms/interval
    
    transforms/interval.ts
    
    transforms/normalize
    
    transforms/normalize.ts
    
    transforms/window
    
    transforms/window.ts
    
    transforms/bin
    
    transforms/bin.ts
    
    clean-up valueof, map
    
    renames & clean-up on ValueAccessor
    
    valueof cleaner
    
    cleaner defs for data and columns
    
    Add stack error messages when X or Z are missing and the specified order requires them
    
    move data types to src/data.ts
    
    too much typing
    
    README documentation and links for Plot.column, Plot.valueof and Plot.transform (aka basic)
    
    options.ts copied from 6b6aa86a
    
    keep in sync with #1008
    
    follow #1008 on pXX
    
    follow #1008
    
    Datum can also be an array of values, with typical accessors being "length", "0", "1"…
    
    more typings
    
    basic.ts is working
    
    transforms: identity, inset, interval, map
    
    window, and a bit of progress on stack
    
    normalize
    
    select
    
    stack
    
    bin
    
    group
    
    markers and symbols
    
    arrayify comes back
    
    difficulty typing Trasnforms vs Initializer, because Plot.sort applies to either
    Fil committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    f2f4e13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    072096a View commit details
    Browse the repository at this point in the history
  3. keep in sync

    Fil committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    4fa4fe6 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. clean up

    Fil committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    ec1a875 View commit details
    Browse the repository at this point in the history
  2. clean

    Fil committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    d7bf186 View commit details
    Browse the repository at this point in the history
  3. cleaner

    Fil committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    a08da7e View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. a TODO on identity

    Fil committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    dc548a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. cleaner

    Fil committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    a881030 View commit details
    Browse the repository at this point in the history
  2. follow fil/ts-options

    Fil committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    47f1179 View commit details
    Browse the repository at this point in the history
  3. prettier

    Fil committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    1f6c70f View commit details
    Browse the repository at this point in the history