We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question
💥 SharePoint Framework
SharePoint Online
when i click on Button at that time it changes Parent routing also and create new routing
This is my Code: <button className="button" onClick={() => handleChartClick(chartData.lineChart)}> Line Chart <button className="button" onClick={() => handleChartClick(chartData.pieChart)}> Pie Chart <button className="button" onClick={() => handleChartClick(chartData.columnChart)}> Column Chart <button className="button" onClick={() => handleChartClick(chartData.scatterPlot)}> Scatter Plot Chart <button className="button" onClick={() => handleChartClick(chartData.areaChart)}> Area Chart <button className="button" onClick={() => handleChartClick(chartData.stackedColumnChart)}> Stacked Column Chart
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What type of issue is this?
Question
What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
Target SharePoint environment
SharePoint Online
What browser(s) / client(s) have you tested
Additional environment details
Issue description
when i click on Button at that time it changes Parent routing also and create new routing
This is my Code:
<button className="button" onClick={() => handleChartClick(chartData.lineChart)}>
Line Chart
<button className="button" onClick={() => handleChartClick(chartData.pieChart)}>
Pie Chart
<button className="button" onClick={() => handleChartClick(chartData.columnChart)}>
Column Chart
<button className="button" onClick={() => handleChartClick(chartData.scatterPlot)}>
Scatter Plot Chart
<button className="button" onClick={() => handleChartClick(chartData.areaChart)}>
Area Chart
<button className="button" onClick={() => handleChartClick(chartData.stackedColumnChart)}>
Stacked Column Chart
The text was updated successfully, but these errors were encountered: