Skip to content

Improvement: replace flex with grid #45

@ramiy

Description

@ramiy

Explore this new concept:

table {
  display: grid;
  grid-template:
    "heading  heading"
    "y-title  data"
    ".        x-title";
}

This can help introduce axis titles.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions