v28.3.0: Incredible Cayman¶
Major release issued on March 29th, 2018.
A lot of the work has been focused on the studio, that will be soon available to you. Be patient, it’s almost here :)
Your feedback is always very important to us, let us know what you think and don’t forget discourse to notify us of a bug or to ask your questions about the product.
Enjoy the read!
New Features Focus¶
Improvements on the Radar chart¶
Responsive behavior: Parallel plot¶
We’ve added a responsive behavior to the radar chart. If the number of axises is above 8 (5 on mobile) the radar is instead displayed as as scrollable parallel plot as it can be diffcult to read the graph with that many data points.
No configuration is needed for this, this is now the default behavior when too many axises are present.
Desktop:
Mobile:
Single point display improved¶
Improvements on the Table chart¶
We’ve added new options to the table chart:
Highlight¶
You can now highlight some row by displaying a color marker on the left of your row:
data/highlighted: See the `highlighted`documentation for more information. In the tablechart the highlight will be rendered as a contour around highlighted rows.
Packs¶
You can now display packed rows for better readability
packs: name of the column containing your packs
New cell type: external link¶
A cell can now point to an external resource, and will be displayed with a link icon.
type: link
url: name of the column that contains the urls you want to link the table cells to **OR** string of the url
label: name fo the column that contains the text you want to display in each linked table cell (the name of the column will be used as the column title) **OR** string of the text (will also be used for the column title)
All New Features¶
New features¶
- Charts :: Add various new options to tablechart
- Feature :: Add links to github files from files editor
- Chart :: parallel plot
- Design :: better integration for studio sheets
- Fix :: Render a single point in radar
- Feature :: Add suggestions for domain
- Feature :: Handle default selection for checkboxes filter
- Feature :: integration for data store explorer
Fixes¶
- Fix :: adminMode when &admin disappear
- Fix :: Prevent mutation of front_config that added hidden to all slides
- Fix :: add hidden to schema of slide of level 0
- Fix :: No data correctly removed when data arrives
- Fix :: Avoid console error with tiles
- Fix :: Upper-middle requester width
- Fix :: performance create story/chapter - delete story/chapter
- Fix :: templating in tile-editor
- Fix :: add default boilerplate for tiles and change condition to up…
- Fix :: retrocompat waterfall
Miscellaneous¶
- Misc :: Prevent monkey click on edit button
- Fix :: Better experience when creating a story
- Misc :: Dropdown for bgSize in tile-image
- Fix :: Default dataRequest in Tile Editor