Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewChart ¶
func NewChart(url string, options interface{})
NewChart creates a new highchart based on options argument at url View at http://localhost:8080/url/ To change port see SetPort
func NewDynamicChart ¶
func NewDynamicChart(url string, options interface{}, channel chan interface{})
NewDynamicChart creates a new highchart based on options argument at url Whenever you add data to your channel it will be sent to your graph via websocket. Only support one channel on one graph for now. View at http://localhost:8080/url/ To change port see SetPort
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.