Skip to content
Discussion options

You must be logged in to vote

Actually, it is.
We should just combine the charts we want inside CartesianChart. Here is the example from my code

     <CartesianChart
                    data={data}
                    padding={5}
                    xKey="data_ts"
                    yKeys={[
                      'temp_max',
                      'rain',
                      'w_speed',
                      'leaf_w',
                    ]}
                    xAxis={{font, tickCount: data.length, axisSide: 'top'}}
                    yAxis={[
                      {
                        yKeys: ['rain'],
                        axisSide: 'right',
                        lineWidth: 0,
                        domain…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@JennieCrowel
Comment options

Answer selected by zibs
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants