Skip to content
Snippets Groups Projects
Commit 83fd0837 authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

finish chart

parent d55c0e63
No related branches found
No related tags found
1 merge request!2Add charts - 2.11.0
Source diff could not be displayed: it is too large. Options to address this: view the blob.
<div class="max-h-80">
<canvas class="__chart-example"></canvas>
</div>
<div class="py-4">
<canvas
class="lg:h-120 lg:w-auto w-full mx-auto __chart-example"
></canvas>
</div>
...@@ -18,7 +18,7 @@ module.exports = { ...@@ -18,7 +18,7 @@ module.exports = {
whitelistPatterns: [ whitelistPatterns: [
/^((sm|md|lg|xl)\:)?(block|inline|fixed|absolute|inline-block|flex|inline-flex|grid)/, /^((sm|md|lg|xl)\:)?(block|inline|fixed|absolute|inline-block|flex|inline-flex|grid)/,
/^((sm|md|lg|xl)\:)?w-\d\d?/, /^((sm|md|lg|xl)\:)?w-\d\d?/,
/^((sm|md|lg|xl)\:)?w-screen/, /^((sm|md|lg|xl)\:)?w-(auto|full|screen)/,
/^((sm|md|lg|xl)\:)?h-\d\d?/, /^((sm|md|lg|xl)\:)?h-\d\d?/,
/^((sm|md|lg|xl)\:)?h-screen/, /^((sm|md|lg|xl)\:)?h-screen/,
/^((sm|md|lg|xl)\:)?-?m.?-\d\d?/, /^((sm|md|lg|xl)\:)?-?m.?-\d\d?/,
...@@ -54,8 +54,8 @@ module.exports = { ...@@ -54,8 +54,8 @@ module.exports = {
/^break-*/, /^break-*/,
/^overflow-*/, /^overflow-*/,
/^duration-*/, /^duration-*/,
/^max-h-*/,
/^max-w-*/, /^max-w-*/,
/^max-h-*/,
/ico--*/, /ico--*/,
], ],
} }
...@@ -65,6 +65,9 @@ module.exports = { ...@@ -65,6 +65,9 @@ module.exports = {
maxWidth: { maxWidth: {
'xxs': '16rem', 'xxs': '16rem',
}, },
height: {
'120': '30rem',
},
opacity: { opacity: {
'85': '0.85', '85': '0.85',
}, },
...@@ -78,7 +81,7 @@ module.exports = { ...@@ -78,7 +81,7 @@ module.exports = {
'36': '9rem', '36': '9rem',
'44': '11rem', '44': '11rem',
'52': '13rem', '52': '13rem',
'80': '20rem' '80': '20rem',
}, },
// flip-x // flip-x
scale: { scale: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment