NewChartService generates a new service that applies the given options to each.
func NewChartService(opts ...option.RequestOption) (r *ChartService)| Name | Type | Description |
|---|---|---|
opts* | ...option.RequestOption |
NewChartService generates a new service that applies the given options to each request. These options are applied after the parent client's options (if there is one), and before any request-specific options.