jQuery.wijmo.wijbubblechart Namespace : options type |
Object
jQuery.wijmo.wijbubblechart.options
Name | Description | |
---|---|---|
![]() ![]() | animation | The animation option defines the animation effect and controls other aspects of the widget's animation, such as duration and easing. |
![]() ![]() | axis | A value that contains all of the information to create the X and Y axes of the chart |
![]() ![]() | chartLabel | Creates a chartLabel object that defines all of the settings used to draw a label for each bubble in the chart. |
![]() ![]() | chartLabelFormatString | Default value: "" Sets the numeric format of the chart labels that show the value of each chart element. You can use Standard Numeric Format Strings. |
![]() ![]() | chartLabelStyle | Sets all of the style options of the chart labels that show the value of each chart element. |
![]() ![]() | click | Default value: null Fires when the user clicks the chart element. |
![]() ![]() | create | |
![]() ![]() | culture | Default value: "" A value that indicator the culture to format the chart text. |
![]() ![]() | data | Default value: null Bind a field to each series's data x array |
![]() ![]() | dataSource | Default value: null Sets the array to use as a source for data that you can bind to the axes in your seriesList. |
![]() ![]() | disabled | |
![]() ![]() | disableDefaultTextStyle | Default value: false Sets a value indicating whether you can set the font-family of the text using a class instead of options. |
![]() ![]() | footer | Sets up the object to use as the footer of the barchart. |
![]() ![]() | header | Sets up the object to use as the header of the barchart. |
![]() ![]() | height | Default value: null Sets the height of the barchart in pixels. |
![]() ![]() | hint | Creates an object to use as the tooltip, or hint, when the mouse is over a chart element. |
![]() ![]() | indicator | Sets up an object that can display an indicator line running horizontally/vertically through the center of each chart element in the chart when the user clicks the chart element. |
![]() ![]() | legend | Creates a legend object to display with the chart. |
![]() ![]() | marginBottom | Default value: 25 Sets the amount of space in pixels between the chart area and the bottom edge of the <div> that defines the widget. |
![]() ![]() | marginLeft | Default value: 25 Sets the amount of space in pixels between the chart area and the left edge of the <div> that defines the widget |
![]() ![]() | marginRight | Default value: 25 Sets the amount of space in pixels between the chart area and the right edge of the <div> that defines the widget |
![]() ![]() | marginTop | Default value: 25 Sets the amount of space in pixels between the chart area and the top edge of the <div> that defines the widget |
![]() ![]() | maximumSize | Default value: 20 The maximum bubble size represents the percentage of the diameter (or area) of the plot area. |
![]() ![]() | minimumSize | Default value: 5 The minimum bubble size represents the percentage of the diameter (or area) of the plot area. |
![]() ![]() | seriesHoverStyles | Default value: [] An array collection that contains the style applied to the chart elements. For more information on the available style parameters. |
![]() ![]() | seriesList | Creates an array of series objects that contain data values and labels to display in the chart. Each series object consists of a label and a data attribute with its own array of X, Y, and Y1 values. X values are generally text values, while Y and Y1 values are numeric. The X value determines where the bubble appears in relation to the X axis, the Y value determines where it appears in relation to the Y axis, and the Y1 value determines the size of the bubble. The seriesList for a bubble chart also allows you to specify shapes or images to use instead of a bubble for each value. Type: Array Default: [] |
![]() ![]() | seriesStyles | Default value: [] Sets an array of style objects to use in rendering the bars for each series in the chart. |
![]() ![]() | seriesTransition | The seriesTransition option is used to animate series in the chart when just their values change. This is helpful for visually showing changes in data for the same series. |
![]() ![]() | shadow | Default value: true A value that indicates whether to show a shadow around the edge of the chart. |
![]() ![]() | showChartLabels | Default value: true A value that indicates whether to show default chart labels. |
![]() ![]() | sizingMethod | Default value: 'diameter' A value that indicates how to calculate the bubble size. |
![]() ![]() | textStyle | Creates an object to use for the fallback style of any chart text that does not have other style options set. |
![]() ![]() | width | Default value: null Sets the width of the chart in pixels. |
Name | Description | |
---|---|---|
![]() | beforePaint | This event fires before the canvas is painted. This event can be cancelled. "return false;" to cancel the event. |
![]() | beforeSeriesChange | This event fires before the series changes. This event can be cancelled. "return false;" to cancel the event. |
![]() | mouseDown | Fires when the user clicks a mouse button. |
![]() | mouseMove | Fires when the user moves the mouse pointer while it is over a chart element. |
![]() | mouseOut | Fires when the user moves the pointer off of the chart element. |
![]() | mouseOver | Fires when the user first places the pointer over the chart element. |
![]() | mouseUp | Fires when the user releases a mouse button while the pointer is over the chart element. |
![]() | painted | This event fires after the canvas is painted. |
![]() | seriesChanged | This event fires when the series changes. |