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

ENH: logviewer scroll charts, custom data transforms #160

Merged
merged 2 commits into from May 14, 2019
Merged

ENH: logviewer scroll charts, custom data transforms #160

merged 2 commits into from May 14, 2019

Conversation

pratapvardhan
Copy link
Collaborator

@pratapvardhan pratapvardhan commented May 14, 2019

  • ENH: logviewer vega charts to scroll fit

If you want to see 100 items of bars, and scrolled within 250px view, this enables it.

for vegam:
 [ ...,
  {apply: 'update', autosize: {"contains": "padding", "type": "fit-x"}},
   ...]

  • ENH: logviewer transform support custom function

Supports custom python functions to transform data

transforms:
      - type: function
        expr: custom.custom(data)

@pratapvardhan pratapvardhan added this to the 1.55 milestone May 14, 2019
for vegam:
 [ ...,
  {apply: 'update', autosize: {"contains": "padding", "type": "fit-x"}},
   ...]

REF: Use ui components
Usage:
      - type: function
        expr: custom.custom(data)
@pratapvardhan pratapvardhan changed the title ENH: logviewer vega charts to scroll fit ENH: logviewer scroll charts, custom data transforms May 14, 2019
@sanand0
Copy link
Contributor

sanand0 commented May 14, 2019

@pratapvardhan -- this is all logviewer related. I'll merge tomorrow without review :-)

@sanand0 sanand0 merged commit cf56278 into dev May 14, 2019
@sanand0 sanand0 deleted the lv-fit branch May 14, 2019 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants