API Reference
Namespaces
Classes
Events
Global
Externals

Class: Scatter

CIQ.Renderer. Scatter


new Scatter(config)

Creates a Scatter plot renderer See CIQ.Renderer#construct for parameters required by all renderers

Parameters:
Name Type Description
config Object

Config for renderer

Properties
Name Type Argument Description
params object <optional>

Parameters to control the renderer itself

Version:
  • ChartIQ Advanced Package

Methods


requestNew(featureList [, params])

Returns a new Scatter renderer if the featureList calls for it FeatureList should contain "scatter" Called by CIQ.Renderer.produce to create a renderer for the main series

Parameters:
Name Type Argument Description
featureList array

List of rendering terms requested by the user, parsed from the chartType

params object <optional>

Parameters used for the series to be created, used to create the renderer

Since:
  • 5.1.0

Returns:

A new instance of the Scatter renderer, if the featureList matches

Type
CIQ.Renderer.Scatter