Closed bilaliqbal1 closed 3 years ago
@bilaliqbal1 this issue was automatically closed because it did not follow the bellow rules:
IMPORTANT: Please use the following link to create a new issue: https://www.creative-tim.com/new-issue/argon-dashboard **If your issue was not created using the app above, it will be closed immediately.** Love Creative Tim? Do you need Angular, React, Vuejs or HTML? You can visit: 👉 https://www.creative-tim.com/bundles 👉 https://www.creative-tim.com
https://www.creative-tim.com/new-issue/argon-dashboard
I am using react chart.js and I have almost completed you can check below image.
but the issue is Whenever I refresh that page it will show different CSS like below image.
`const SocialCampaign = () => {
const [stage, setStage] = useState("");
const Chart = () => {
} useEffect(() => { Chart(); }, [true]) return (
`