plotly / plotly/angular-plotly.js
plotlyClick event doesnt work
未關閉
還沒有人認領這個 Issue。
- 主要語言
- TypeScript
- 星號
- 242
- 分支
- 81
- 平均合併
- 8 小時 48 分鐘
- 30 天內合併 PR
- 18
描述
Below is in my angular.ts file
<plotly-plot [data]="_traces" [config]="_config" [layout]="_layout"
(plotlyClick)="onClick($event)"
></plotly-plot>
TS Code :
onClick(event:any){
console.log(event)
}
Not sure why the above code doesn't work,
My end goal is to get the clicked x-axis label in a horizontal bar chart, I am trying with different approaches but didn't work, so just putting this simple code as I am not sure if its possible to implement this feature
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
從 issue 中所示的 Angular 範本和 angular.ts 處理常式開始,然後檢查 angular-plotly.js 關於 plotlyClick 的事件繫結文件和範例。驗證該處理常式是否收到水平長條圖的 click 事件,以及該事件是否包含被點擊的 x 軸標籤。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- angular, typescript
- 領域
- frontend
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 25/100