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

charts.css.py 0.4.0 #4

Merged
merged 24 commits into from Jun 26, 2021
Merged

charts.css.py 0.4.0 #4

merged 24 commits into from Jun 26, 2021

Conversation

rayluo
Copy link
Owner

@rayluo rayluo commented Jun 26, 2021

This release adds some helper and parameters to help you fine tune the chart appearance. They are especially useful when you attempt to render some csv data input with many rows.

  • Feature: A transpose(...) helper to flip your input data diagonally so that it swaps its x-axis and y-axis.
  • Feature: New parameter hide_label. It is useful when primary axis contains too many rows.
  • Feature: New parameter tooltip_builder which has a shape of lambda value="...", label="...": "...".
  • Feature: New parameter value_converter which typically will be assigned with either int or float.
  • Change: By default, data axes will no longer be shown. You can turn it back on by the new show_data_axes parameter.

The online documentation will be updated to demonstrate these new features.

@rayluo rayluo merged commit c02a9fd into main Jun 26, 2021
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

1 participant