StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics
https://doi.org/10.1109/TVCG.2020.3030352
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
651 B
16 lines
651 B
[API Documentation](index.md) Styling and modifying tooltips
|
|
|
|
# Styling and modifying tooltips
|
|
|
|
d3-tip makes no assumption about how tooltips will be styled, but we do
|
|
provide some [useful example styles](../examples/example-styles.css). Incorporate it into your webpage like any
|
|
other CSS file. For example, see
|
|
[this jsfiddle](http://jsfiddle.net/deanmalmgren/eMPdu/) or any of the
|
|
examples in the [examples directory](../examples/)
|
|
|
|
### tip.style
|
|
A proxy to d3's [selection.style](https://github.com/mbostock/d3/wiki/Selections#wiki-style).
|
|
|
|
### tip.attr
|
|
A proxy to d3's [selection.attr](https://github.com/mbostock/d3/wiki/Selections#wiki-attr).
|
|
|
|
|