问题 On the places of star I want to display some custom images like face emojis.I'm using the react-google-chart library here . So far, my code is as below import { Chart } from "react-google-charts"; ... <Chart width={'500px'} height={'300px'} chartType="AreaChart" loader={<div>Loading Chart</div>} data={[ ['Year', 'Expenses', {'type': 'string', 'role': 'style'}], ['2013', 400, null], ['2014', 460, null], ['2015', 1120, 'point { size: 18; shape-type: star; fill-color: #a52714; }'], ['2016', 540,