Skip to content

Instantly share code, notes, and snippets.

View mlvrkhn's full-sized avatar
👋

mlvrkhn mlvrkhn

👋
View GitHub Profile
@mlvrkhn
mlvrkhn / .js
Last active September 23, 2021 19:05
ChartBestSellingProducts
<template>
<apexchart
width="100%"
title="Sales last week"
type="bar"
:series="series"
:options="chartOptions"
></apexchart>
</template>