Skip to content
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
This repository was archived by the owner on Apr 18, 2026. It is now read-only.

Animate.startup doesn't works on version above 4.0.1 #3025

Description

@akhilkandamuthan-afk

<Chart
data={[
["Year", "Sales", "Expenses", "Profit"],
["2014", 1000, 400, 200],
["2015", 1170, 460, 250],
["2016", 660, 1120, 300],
["2017", 1030, 540, 350],
]}
chartType="BarChart"
options={{
// Material design options
chart: {
title: "Company Performance",
subtitle: "Sales, Expenses, and Profit: 2014-2017",
},
animation: {
duration: 500,
easing: "in",
startup: true, // when its true it doesnt work above version 4.0.1. but works fine for 4.0.1
},
colors: ["red", "green", "yellow", "cyan", "brown", "purple"],
}}
/>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions