Index: views_cloud_plugin_style_cloud.inc
===================================================================
--- views_cloud_plugin_style_cloud.inc	(révision 1607)
+++ views_cloud_plugin_style_cloud.inc	(copie de travail)
@@ -28,7 +28,7 @@
         'content_handler_field_multiple', // CCK.
         'term_node_count_handler_field', // Term Node Count.
       );
-      if (in_array($handler->definition['handler'], $supported_handlers)) {
+      if (in_array($handler->definition['handler'], $supported_handlers) || is_a($handler, 'views_handler_field_numeric')) {
         // CCK uses 'content_handler_field_multiple' for everything.
         if ($handler->definition['handler'] == 'content_handler_field_multiple') {
           $content_field = content_fields($handler->definition['content_field_name']);
