MCPcopy Index your code
hub / github.com/bqplot/bqplot / past_border_x

Method past_border_x

js/src/MarketMap.ts:908–914  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

906 }
907
908 past_border_x() {
909 if (this.x_direction == 1) {
910 return this.prev_x + 1 < this.num_cols;
911 } else {
912 return this.prev_x - 1 > -1;
913 }
914 }
915
916 colors_updated() {
917 this.colors = this.model.get('colors');

Callers 2

get_cell_transformMethod · 0.95
get_new_cordsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected