charts.css icon indicating copy to clipboard operation
charts.css copied to clipboard

Improvement: replace flex with grid

Open ramiy opened this issue 4 years ago • 1 comments

Explore this new concept:

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

This can help introduce axis titles.

ramiy avatar May 04 '21 22:05 ramiy

Works with RTL and LTR.

TODO: check top-to-bottom languages...

ramiy avatar May 04 '21 22:05 ramiy