Highcharts文檔說它具有一些可以用jquery,prototype或mootools滿足的依賴關係。有沒有辦法使用highcharts/highstock與angularjs沒有引入任何其他庫?Highcharts with angularjs without jquery
回答
是的,有。
Highcharts relased a Standalone version
檢查出來,我認爲這是一個更直接的回答你的問題比被張貼在這裏。
此外,還有爲Highcharts的角度指令:
此外,更多信息請查看一個類似的問題:Highcharts in AngularJs without jQuery?
Angular包含它自己的「jqLite」,它是jQuery函數的一個子集,它是Angular本身工作所必需的(或者至少使它更容易)。包括jQuery本身會覆蓋內置於Angular的jQLite(但它們應該一起工作,對我來說,我目前只使用jQuery for ng-grid)。
Angular使用jQuery庫嗎?
是的,Angular可以使用jQuery,如果 它在應用程序引導時存在於您的應用程序中。 如果腳本路徑中沒有jQuery,則Angular會自行實現我們稱之爲jQLite的jQuery子集。
http://docs.angularjs.org/misc/faq
我也一直在尋找解決方案的圖表將與角以及混合,並已開始與d3js http://d3js.org/
D3js的基礎 http://mbostock.github.io/d3/tutorial/bar-1.html
AngularJS D3JS指令打書寫 http://briantford.com/blog/angular-d3.html
D3本質上爲您提供了一個幫助縮放值以從頭開始構建圖表的函數工具包,併爲數據集之間的轉換內置了內插。似乎有很多很酷的例子,但從頭創建svg或html元素到你想要的圖表可能是廣泛的工作。
對於東西多一點預建的,我相信沒有外部的依賴關係要麼是谷歌圖表 https://developers.google.com/chart/
AngularJS谷歌圖表指令 http://bouil.github.io/angular-google-chart/
- 1. AngularJS for Highcharts with dynamic ajax data
- 2. End with without statement
- 3. highcharts symbols without connected lines
- 4. Highcharts-ng with drilldown
- 5. Vue with TypeScript without components
- 6. Rails find_or_create_by with/without where
- 7. Thumbnail image gallery with Javascript without plugin
- 8. Highcharts Bubble with text
- 9. Highcharts errorors with corsshairs
- 10. Junit with HSQL/H2 without Spring/Hibernate
- 11. gzip with webserver without content-coding
- 12. PHPCS/PHPCBF with Grunt without Global Install
- 13. CustomCell without storyCell class with storyboard
- 14. SqlInjection with prepared statement without bind variable?
- 15. Gnuplot:spiro with cairolatex without grid lines
- 16. $ http in angularJS without controller
- 17. addPoint with HIGHCHARTS(xAxis dateTime)
- 18. Highcharts Zooming with Scroll Bar
- 19. AngularJS with Coffeescript
- 20. Highcharts with angularjs:更新值時條形的平滑過渡
- 21. 沒有jQuery的AngularJs中的Highcharts?
- 22. Angularjs multiple highcharts
- 23. jQuery datatable without bootstrap
- 24. jQuery Datepicker without trigger
- 25. 從GLKView drawRect調用setNeedsDisplay with/without dispatch_async
- 26. angular with database directily without using php/java
- 27. .Net with single .exe without .NET Framework installation
- 28. 自定義UITableViewCell with reuseIdentifier without Style?
- 29. 混亂的LineChart with highcharts
- 30. Highcharts with JSON雙引號
請解釋一下鏈接,如果你發佈一個答案。 – kingdamian42
完成,希望這可以修復它。 –